Home
last modified time | relevance | path

Searched refs:mapped_devices_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc163 mapped_devices_.count(partition_name + in OptimizeOperation()
208 mapped_devices_.insert(target_partition_name); in MapPartitionInternal()
220 if (mapped_devices_.find(target_partition_name) != mapped_devices_.end()) { in MapPartitionOnDeviceMapper()
284 mapped_devices_.erase(target_partition_name); in UnmapPartitionOnDeviceMapper()
290 if (mapped_devices_.empty()) { in UnmapAllPartitions()
295 std::set<std::string> mapped = mapped_devices_; in UnmapAllPartitions()
1228 mapped_devices_ = fake; in set_fake_mapped_devices()
H A Ddynamic_partition_control_android.h338 std::set<std::string> mapped_devices_; variable