Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.h110 RetCode FetchToFd(const std::string& partition, android::base::borrowed_fd fd,
Dfastboot_driver.cpp364 RetCode FastBootDriver::FetchToFd(const std::string& partition, android::base::borrowed_fd fd, in FetchToFd() function in fastboot::FastBootDriver
Dfastboot.cpp1305 if (fb->FetchToFd(partition, fd, offset, chunk_size) != fastboot::RetCode::SUCCESS) { in fetch_partition()
/system/core/fastboot/fuzzy_fastboot/
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()