Home
last modified time | relevance | path

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

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