Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc515 const auto bootconfig_path = instance_.persistent_bootconfig_path(); in Setup() local
516 if (!FileExists(bootconfig_path)) { in Setup()
517 if (!CreateBlankImage(bootconfig_path, 1 /* mb */, "none")) { in Setup()
518 LOG(ERROR) << "Failed to create image at " << bootconfig_path; in Setup()
523 auto bootconfig_fd = SharedFD::Open(bootconfig_path, O_RDWR); in Setup()
538 << bootconfig_path << "\""; in Setup()
542 << ReadFile(bootconfig_path); in Setup()
546 << bootconfig_path << "` failed:" << bootconfig_fd->StrError(); in Setup()
559 bootconfig_hash_footer_cmd.AddParameter(bootconfig_path); in Setup()
Dboot_image_utils.h40 const std::string& bootconfig_path,
Dboot_image_utils.cc338 const std::string& bootconfig_path, in RepackGem5BootImage() argument
358 std::ifstream persistent_bootconfig(bootconfig_path, in RepackGem5BootImage()