Searched refs:bootconfig_path (Results 1 – 3 of 3) sorted by relevance
54 const auto bootconfig_path = instance.persistent_bootconfig_path(); in GeneratePersistentBootconfig() local55 if (!FileExists(bootconfig_path)) { in GeneratePersistentBootconfig()56 CF_EXPECT(CreateBlankImage(bootconfig_path, 1 /* mb */, "none"), in GeneratePersistentBootconfig()57 "Failed to create image at " << bootconfig_path); in GeneratePersistentBootconfig()60 auto bootconfig_fd = SharedFD::Open(bootconfig_path, O_RDWR); in GeneratePersistentBootconfig()72 "Failed to write bootconfig to \"" << bootconfig_path << "\""); in GeneratePersistentBootconfig()74 << ReadFile(bootconfig_path); in GeneratePersistentBootconfig()78 << bootconfig_path in GeneratePersistentBootconfig()92 CF_EXPECT(avbtool->AddHashFooter(bootconfig_path, "bootconfig", in GeneratePersistentBootconfig()
373 const std::string& bootconfig_path, in RepackGem5BootImage() argument401 std::ifstream persistent_bootconfig(bootconfig_path, in RepackGem5BootImage()
45 const std::string& bootconfig_path,