Home
last modified time | relevance | path

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

/system/core/adb/client/
Dauth.cpp351 auto root_it = g_monitored_paths.find(event->wd); in adb_auth_inotify_update() local
352 if (root_it == g_monitored_paths.end()) { in adb_auth_inotify_update()
356 std::string path = root_it->second; in adb_auth_inotify_update()