Searched refs:g_monitored_paths (Results 1 – 1 of 1) sorted by relevance
54 static std::map<int, std::string>& g_monitored_paths = *new std::map<int, std::string>; variable351 auto root_it = g_monitored_paths.find(event->wd); in adb_auth_inotify_update()352 if (root_it == g_monitored_paths.end()) { in adb_auth_inotify_update()395 g_monitored_paths[wd] = path; in adb_auth_inotify_init()