Searched refs:stripped_ramdisk_path (Results 1 – 1 of 1) sorted by relevance
99 const std::string stripped_ramdisk_path = build_dir + "/" + STRIPPED_RD; in RepackVendorRamdisk() local102 " > " + stripped_ramdisk_path + CPIO_EXT}); in RepackVendorRamdisk()107 " -c -l -12 --favor-decSpeed " + stripped_ramdisk_path + CPIO_EXT + " > " + in RepackVendorRamdisk()108 stripped_ramdisk_path}); in RepackVendorRamdisk()113 std::ifstream ramdisk_a(stripped_ramdisk_path, std::ios_base::binary); in RepackVendorRamdisk()