Searched defs:PartitionConfig (Results 1 – 1 of 1) sorted by relevance
83 struct PartitionConfig { struct84 explicit PartitionConfig(std::string name) : name(name) {} in PartitionConfig() argument96 std::string path;101 std::string mapfile_path;109 uint64_t size = 0;113 std::unique_ptr<FilesystemInterface> fs_interface;115 std::string name;117 PostInstallConfig postinstall;118 VerityConfig verity;121 bool disable_fec_computation = false;[all …]