Home
last modified time | relevance | path

Searched defs:PartitionConfig (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_generation_config.h86 struct PartitionConfig { struct
87 explicit PartitionConfig(std::string name) : name(name) {} in PartitionConfig() function
96 // Returns whether the PartitionConfig is not an empty image and all the argument
106 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 …]