Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp181 RetCode FastBootDriver::Download(const std::string& name, int fd, size_t size, in Download() function in fastboot::FastBootDriver
189 RetCode FastBootDriver::Download(int fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver
212 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver
220 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver
242 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver
252 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download() function in fastboot::FastBootDriver
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp646 TEST_F(UnlockPermissions, Download) { in TEST_F() argument