Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc262 auto tmp_boot_image_path = new_boot_image_path + TMP_EXTENSION; in RepackBootImage() local
274 repack_cmd.AddParameter(tmp_boot_image_path); in RepackBootImage()
278 CF_EXPECT(avb.AddHashFooter(tmp_boot_image_path, "boot", FileSize(boot_image_path))); in RepackBootImage()
279 CF_EXPECT(DeleteTmpFileIfNotChanged(tmp_boot_image_path, new_boot_image_path)); in RepackBootImage()