Home
last modified time | relevance | path

Searched defs:Download (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dfastboot_driver.cpp187 RetCode FastBootDriver::Download(const std::string& name, android::base::borrowed_fd fd, in Download() function in fastboot::FastBootDriver
196 RetCode FastBootDriver::Download(android::base::borrowed_fd fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver
219 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver
227 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver
249 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver
259 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download() function in fastboot::FastBootDriver
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp661 TEST_F(UnlockPermissions, Download) { in TEST_F() argument