Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1292 static uint64_t fetch_partition(const std::string& partition, borrowed_fd fd) { in fetch_partition() function
1318 auto fetch = std::bind(fetch_partition, _1, borrowed_fd(fd)); in do_fetch()
1343 uint64_t vendor_boot_size = fetch_partition(partition, vendor_boot); in repack_ramdisk()