Searched refs:FetchToFd (Results 1 – 4 of 4) sorted by relevance
/system/core/fastboot/ |
D | fastboot_driver.h | 110 RetCode FetchToFd(const std::string& partition, android::base::borrowed_fd fd,
|
D | fastboot_driver.cpp | 364 RetCode FastBootDriver::FetchToFd(const std::string& partition, android::base::borrowed_fd fd, in FetchToFd() function in fastboot::FastBootDriver
|
D | fastboot.cpp | 1305 if (fb->FetchToFd(partition, fd, offset, chunk_size) != fastboot::RetCode::SUCCESS) { in fetch_partition()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 692 auto ret = fb->FetchToFd(partition, fetched.fd, offset, chunk_size); in TEST_F() 767 ASSERT_EQ(fb->FetchToFd(partition, fetched.fd, 0, 0), DEVICE_FAIL) in TEST_F()
|