Searched defs:PartitionConfig (Results 1 – 1 of 1) sorted by relevance
86 struct PartitionConfig { struct87 explicit PartitionConfig(std::string name) : name(name) {} in PartitionConfig() function96 // Returns whether the PartitionConfig is not an empty image and all the argument106 std::string path;111 std::string mapfile_path;119 uint64_t size = 0;123 std::unique_ptr<FilesystemInterface> fs_interface;125 std::string name;127 PostInstallConfig postinstall;128 VerityConfig verity;[all …]