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.cc157 auto uboot_env_path = instance.PerInstancePath("mkenvimg_input"); in PrepareBootEnvImage() local
186 CF_EXPECTF(WriteEnvironment(instance, flow, kernel_cmdline, uboot_env_path), in PrepareBootEnvImage()
187 "Unable to write out plaintext env '{}'", uboot_env_path); in PrepareBootEnvImage()
194 cmd.AddParameter(uboot_env_path); in PrepareBootEnvImage()