Home
last modified time | relevance | path

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

/system/update_engine/
Ddynamic_partition_control_android.cc137 mapped_devices_.count(partition_name + in OptimizeOperation()
182 mapped_devices_.insert(target_partition_name); in MapPartitionInternal()
194 if (mapped_devices_.find(target_partition_name) != mapped_devices_.end()) { in MapPartitionOnDeviceMapper()
258 mapped_devices_.erase(target_partition_name); in UnmapPartitionOnDeviceMapper()
263 if (mapped_devices_.empty()) { in UnmapAllPartitions()
268 std::set<std::string> mapped = mapped_devices_; in UnmapAllPartitions()
1011 mapped_devices_ = fake; in set_fake_mapped_devices()
Ddynamic_partition_control_android.h270 std::set<std::string> mapped_devices_; variable