Searched refs:final_rd (Results 1 – 1 of 1) sorted by relevance
107 std::ofstream final_rd(new_ramdisk_path, std::ios_base::binary | std::ios_base::trunc); in RepackVendorRamdisk() local110 final_rd << ramdisk_a.rdbuf() << ramdisk_b.rdbuf(); in RepackVendorRamdisk()378 std::ofstream final_rd(initrd_path, in RepackGem5BootImage() local423 final_rd << boot_ramdisk.rdbuf() << vendor_boot_ramdisk.rdbuf() in RepackGem5BootImage()428 final_rd.write(reinterpret_cast<const char *>(&bootconfig_size), in RepackGem5BootImage()436 final_rd.write(reinterpret_cast<const char *>(&bootconfig_csum), in RepackGem5BootImage()440 final_rd << "#BOOTCONFIG\n"; in RepackGem5BootImage()441 final_rd.close(); in RepackGem5BootImage()