Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc93 const std::string stripped_ramdisk_path = build_dir + "/" + STRIPPED_RD; in RepackVendorRamdisk() local
96 " > " + stripped_ramdisk_path + CPIO_EXT}); in RepackVendorRamdisk()
102 stripped_ramdisk_path + CPIO_EXT + " > " + in RepackVendorRamdisk()
103 stripped_ramdisk_path}); in RepackVendorRamdisk()
108 std::ifstream ramdisk_a(stripped_ramdisk_path, std::ios_base::binary); in RepackVendorRamdisk()