Home
last modified time | relevance | path

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

/system/update_engine/common/
Dfake_boot_control.h50 auto part_it = devices_[slot].find(partition_name); in GetPartitionDevice() local
51 if (part_it == devices_[slot].end()) in GetPartitionDevice()
53 *device = part_it->second; in GetPartitionDevice()