Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc114 const std::string& new_ramdisk_path, in RepackVendorRamdisk() argument
129 std::ofstream final_rd(new_ramdisk_path, std::ios_base::binary | std::ios_base::trunc); in RepackVendorRamdisk()
420 std::string new_ramdisk_path = unpack_dir + "/vendor_ramdisk_repacked"; in RepackGem5BootImage() local
422 if (FileExists(input_ramdisk_path) && !FileExists(new_ramdisk_path)) { in RepackGem5BootImage()
425 new_ramdisk_path, unpack_dir); in RepackGem5BootImage()
427 std::ifstream vendor_boot_ramdisk(FileExists(new_ramdisk_path) ? new_ramdisk_path : unpack_dir + in RepackGem5BootImage()
Dboot_image_utils.h31 bool RepackVendorBootImage(const std::string& new_ramdisk_path,