Home
last modified time | relevance | path

Searched refs:Upload (Results 1 – 5 of 5) sorted by relevance

/system/timezone/
DREADME.android76 6) Upload, review, submit the changes from external/icu and system/timezone.
168 5) Upload, review, submit the changes from system/timezone and external/icu/.
/system/core/fastboot/
Dfastboot_driver.h105 RetCode Upload(const std::string& outfile, std::string* response = nullptr,
Dfastboot_driver.cpp292 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload() function in fastboot::FastBootDriver
Dfastboot.cpp2109 fb->Upload(filename); in Main()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1524 ASSERT_EQ(fb->Upload(save_loc, &resp), SUCCESS) in TEST_P()