Searched defs:PartitionCowCreator (Results 1 – 1 of 1) sorted by relevance
32 struct PartitionCowCreator { struct33 using Extent = android::fs_mgr::Extent;35 using Interval = android::fs_mgr::Interval;44 MetadataBuilder* target_metadata = nullptr;46 std::string target_suffix;48 Partition* target_partition = nullptr;53 std::string current_suffix;55 const PartitionUpdate* update = nullptr;60 bool compression_enabled = false;61 std::string compression_algorithm;[all …]