Searched defs:Download (Results 1 – 2 of 2) sorted by relevance
| /system/core/fastboot/ |
| D | fastboot_driver.cpp | 188 RetCode FastBootDriver::Download(const std::string& name, android::base::borrowed_fd fd, in Download() function in fastboot::FastBootDriver 197 RetCode FastBootDriver::Download(android::base::borrowed_fd fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver 220 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver 228 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver 250 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver 260 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download() function in fastboot::FastBootDriver
|
| /system/core/fastboot/fuzzy_fastboot/ |
| D | main.cpp | 662 TEST_F(UnlockPermissions, Download) { in TEST_F() argument
|