Searched defs:PartitionConfig (Results 1 – 1 of 1) sorted by relevance
84 struct PartitionConfig { struct85 explicit PartitionConfig(std::string name) : name(name) {} in PartitionConfig() argument94 // Returns whether the PartitionConfig is not an empty image and all the argument104 std::string path;109 std::string mapfile_path;117 uint64_t size = 0;121 std::unique_ptr<FilesystemInterface> fs_interface;123 std::string name;125 PostInstallConfig postinstall;126 VerityConfig verity;[all …]