Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc299 auto tmp_boot_image_path = new_boot_image_path + TMP_EXTENSION; in RepackBootImage() local
311 repack_cmd.AddParameter(tmp_boot_image_path); in RepackBootImage()
315 CF_EXPECT(avb.AddHashFooter(tmp_boot_image_path, "boot", FileSize(boot_image_path))); in RepackBootImage()
316 CF_EXPECT(DeleteTmpFileIfNotChanged(tmp_boot_image_path, new_boot_image_path)); in RepackBootImage()