Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc63 auto tmp_boot_env_image_path = boot_env_image_path + ".tmp"; in InitBootloaderEnvPartition() local
75 cmd.AddParameter(tmp_boot_env_image_path); in InitBootloaderEnvPartition()
83 …h) || cuttlefish::ReadFile(boot_env_image_path) != cuttlefish::ReadFile(tmp_boot_env_image_path)) { in InitBootloaderEnvPartition()
84 if(!cuttlefish::RenameFile(tmp_boot_env_image_path, boot_env_image_path)) { in InitBootloaderEnvPartition()
90 cuttlefish::RemoveFile(tmp_boot_env_image_path); in InitBootloaderEnvPartition()