Searched refs:tmp_boot_image_path (Results 1 – 1 of 1) sorted by relevance
262 auto tmp_boot_image_path = new_boot_image_path + TMP_EXTENSION; in RepackBootImage() local274 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()