Home
last modified time | relevance | path

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

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