Home
last modified time | relevance | path

Searched refs:UploadInner (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dfastboot_driver.h153 RetCode UploadInner(const std::string& outfile, std::string* response = nullptr,
Dfastboot_driver.cpp286 auto result = UploadInner(outfile, response, info); in Upload()
291 RetCode FastBootDriver::UploadInner(const std::string& outfile, std::string* response, in UploadInner() function in fastboot::FastBootDriver