Searched defs:PartitionConfig (Results 1 – 7 of 7) 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 …]
109 message PartitionConfig { message
190 UINT8 PartitionConfig; // Partition configuration R/W/E&R/W/EP[179] member
196 UINT8 PartitionConfig; // Partition configuration R/W/E&R/W/EP[179] member
1413 "PartitionConfig": { object