Searched refs:bootconfig_path (Results 1 – 3 of 3) sorted by relevance
515 const auto bootconfig_path = instance_.persistent_bootconfig_path(); in Setup() local516 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()
40 const std::string& bootconfig_path,
338 const std::string& bootconfig_path, in RepackGem5BootImage() argument358 std::ifstream persistent_bootconfig(bootconfig_path, in RepackGem5BootImage()