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.h106 RetCode Upload(const std::string& outfile, std::string* response = nullptr,
Dfastboot_driver.cpp298 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload() function in fastboot::FastBootDriver
Dfastboot.cpp2236 fb->Upload(filename); in Main()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1576 ASSERT_EQ(fb->Upload(save_loc, &resp), SUCCESS) in TEST_P()