Home
last modified time | relevance | path

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

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