Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc62 const std::string& boot_env_image_path) { in InitBootloaderEnvPartition() argument
63 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()
Dboot_config.h22 const std::string& boot_env_image_path);