Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc64 auto uboot_env_path = config.AssemblyPath("u-boot.env"); in InitBootloaderEnvPartition() local
65 if(!WriteEnvironment(config, uboot_env_path)) { in InitBootloaderEnvPartition()
66 LOG(ERROR) << "Unable to write out plaintext env '" << uboot_env_path << ".'"; in InitBootloaderEnvPartition()
76 cmd.AddParameter(uboot_env_path); in InitBootloaderEnvPartition()