Searched refs:boot_env_image_path (Results 1 – 2 of 2) sorted by relevance
62 const std::string& boot_env_image_path) { in InitBootloaderEnvPartition() argument63 auto tmp_boot_env_image_path = boot_env_image_path + ".tmp"; in InitBootloaderEnvPartition()83 …if(!cuttlefish::FileExists(boot_env_image_path) || cuttlefish::ReadFile(boot_env_image_path) != cu… in InitBootloaderEnvPartition()84 if(!cuttlefish::RenameFile(tmp_boot_env_image_path, boot_env_image_path)) { in InitBootloaderEnvPartition()
22 const std::string& boot_env_image_path);