Searched refs:fetch_partition (Results 1 – 1 of 1) sorted by relevance
1292 static uint64_t fetch_partition(const std::string& partition, borrowed_fd fd) { in fetch_partition() function1318 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()