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.h84 struct PartitionConfig { struct
85 explicit PartitionConfig(std::string name) : name(name) {} in PartitionConfig() argument
94 // Returns whether the PartitionConfig is not an empty image and all the argument
104 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 …]