Home
last modified time | relevance | path

Searched defs:new_ramdisk (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp212 const std::string& new_ramdisk, in replace_default_vendor_ramdisk()
318 const std::string& new_ramdisk, in replace_vendor_ramdisk_fragment()
442 auto new_ramdisk = load_file(new_ramdisk_fd, new_ramdisk_size, "new vendor ramdisk"); in replace_vendor_ramdisk() local
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc321 bool RepackVendorBootImage(const std::string& new_ramdisk, in RepackVendorBootImage()