Searched defs:PartitionCowCreator (Results 1 – 1 of 1) sorted by relevance
32 struct PartitionCowCreator { struct33 using Extent = android::fs_mgr::Extent;34 using ChromeOSExtent = chromeos_update_engine::Extent;35 using Interval = android::fs_mgr::Interval;36 using MetadataBuilder = android::fs_mgr::MetadataBuilder;37 using Partition = android::fs_mgr::Partition;38 using InstallOperation = chromeos_update_engine::InstallOperation;39 using PartitionUpdate = chromeos_update_engine::PartitionUpdate;41 using RepeatedPtrField = google::protobuf::RepeatedPtrField<T>;44 MetadataBuilder* target_metadata = nullptr;[all …]