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.h54 struct PartitionConfig { struct
55 explicit PartitionConfig(std::string name) : name(name) {} in PartitionConfig() function
67 std::string path;
72 std::string mapfile_path;
80 uint64_t size = 0;
84 std::unique_ptr<FilesystemInterface> fs_interface;
86 std::string name;
88 PostInstallConfig postinstall;