D | fastboot_driver.cpp | 137 if ((ret = Download(partition, data))) { in FlashPartition() 145 if ((ret = Download(partition, fd, size))) { in FlashPartition() 154 if ((ret = Download(partition, s, size, current, total, false))) { in FlashPartition() 181 RetCode FastBootDriver::Download(const std::string& name, int fd, size_t size, in Download() function in fastboot::FastBootDriver 184 auto result = Download(fd, size, response, info); in Download() 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 215 auto result = Download(buf, response, info); in Download() 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 [all …]
|