Searched refs:FetchToFd (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fastboot/ |
H A D | fastboot_driver.h | 105 RetCode FetchToFd(const std::string& partition, android::base::borrowed_fd fd,
|
H A D | fastboot_driver.cpp | 365 RetCode FastBootDriver::FetchToFd(const std::string& partition, android::base::borrowed_fd fd, in FetchToFd() function in fastboot::FastBootDriver
|
H A D | fastboot.cpp | 1437 if (fb->FetchToFd(partition, fd, offset, chunk_size) != fastboot::RetCode::SUCCESS) { in fetch_partition()
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A 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()
|