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/disk/
Dgenerate_persistent_bootconfig.cpp54 const auto bootconfig_path = instance.persistent_bootconfig_path(); in GeneratePersistentBootconfig() local
55 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()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc373 const std::string& bootconfig_path, in RepackGem5BootImage() argument
401 std::ifstream persistent_bootconfig(bootconfig_path, in RepackGem5BootImage()
Dboot_image_utils.h45 const std::string& bootconfig_path,