Searched refs:tmp_boot_env_image_path (Results 1 – 1 of 1) sorted by relevance
63 auto tmp_boot_env_image_path = boot_env_image_path + ".tmp"; in InitBootloaderEnvPartition() local75 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()