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.cc228 auto tmp_boot_image_path = new_boot_image_path + TMP_EXTENSION; in RepackBootImage() local
240 repack_cmd.AddParameter(tmp_boot_image_path); in RepackBootImage()
251 avb_cmd.AddParameter(tmp_boot_image_path); in RepackBootImage()
262 return DeleteTmpFileIfNotChanged(tmp_boot_image_path, new_boot_image_path); in RepackBootImage()