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

/system/update_engine/payload_generator/
H A Dpayload_generation_config.h54 struct PartitionConfig { struct in namespace:chromeos_update_engine
55 explicit PartitionConfig(std::string name) : name(name) {} function in struct:chromeos_update_engine::PartitionConfig
57 // Returns whether the PartitionConfig is not an empty image and all the
115 std::vector<PartitionConfig> partitions;

Completed in 57 milliseconds