Lines Matching refs:first
101 it = insert_it.first; in AddMountedApexLocked()
132 if (pkg_it->first.full_path == full_path &&
133 pkg_it->first.is_temp_mount == match_temp_mounts) {
156 if (pkg_it->first.full_path == full_path) { in SetLatestLocked()
181 if (pair.first.is_temp_mount == match_temp_mounts) {
182 handler(pair.first, pair.second);
194 if (pair.first.is_temp_mount == match_temp_mounts) {
195 handler(pkg.first, pair.first, pair.second);
249 CHECK_LE(count, 1u) << apex_set.first; in CheckAtMostOneLatest()
258 if (pair.first.loop_name != "") { in CheckUniqueLoopDm()
259 CHECK(loop_devices.insert(pair.first.loop_name).second) in CheckUniqueLoopDm()
260 << "Duplicate loop device: " << pair.first.loop_name; in CheckUniqueLoopDm()
262 if (pair.first.device_name != "") { in CheckUniqueLoopDm()
263 CHECK(dm_devices.insert(pair.first.device_name).second) in CheckUniqueLoopDm()
264 << "Duplicate dm device: " << pair.first.device_name; in CheckUniqueLoopDm()
266 if (pair.first.hashtree_loop_name != "") { in CheckUniqueLoopDm()
267 CHECK(loop_devices.insert(pair.first.hashtree_loop_name).second) in CheckUniqueLoopDm()
268 << "Duplicate loop device: " << pair.first.hashtree_loop_name; in CheckUniqueLoopDm()