Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc325 auto tmp_vendor_boot_image_path = new_vendor_boot_image_path + TMP_EXTENSION; in RepackVendorBootImage() local
335 repack_cmd.AddParameter(tmp_vendor_boot_image_path); in RepackVendorBootImage()
351 avbtool.AddHashFooter(tmp_vendor_boot_image_path, "vendor_boot", in RepackVendorBootImage()
358 return DeleteTmpFileIfNotChanged(tmp_vendor_boot_image_path, new_vendor_boot_image_path); in RepackVendorBootImage()