Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp172 RetCode FastBootDriver::Download(const std::string& name, int fd, size_t size, in Download() function in fastboot::FastBootDriver
180 RetCode FastBootDriver::Download(int fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver
203 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver
211 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver
233 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver
243 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download() function in fastboot::FastBootDriver
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp666 TEST_F(UnlockPermissions, Download) { in TEST_F() argument