Home
last modified time | relevance | path

Searched refs:FetchToFd (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fastboot/
H A Dfastboot_driver.h105 RetCode FetchToFd(const std::string& partition, android::base::borrowed_fd fd,
H A Dfastboot_driver.cpp365 RetCode FastBootDriver::FetchToFd(const std::string& partition, android::base::borrowed_fd fd, in FetchToFd() function in fastboot::FastBootDriver
H A Dfastboot.cpp1437 if (fb->FetchToFd(partition, fd, offset, chunk_size) != fastboot::RetCode::SUCCESS) { in fetch_partition()
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp692 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()