Searched refs:wd (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dadb_auth_host.cpp362 auto root_it = g_monitored_paths.find(event->wd);
364 LOG(FATAL) << "observed inotify event for unmonitored path, wd = " << event->wd;
400 int wd = inotify_add_watch(infd, path.c_str(), IN_CREATE | IN_MOVED_TO); local
401 if (wd < 0) {
406 g_monitored_paths[wd] = path;
407 LOG(INFO) << "watch descriptor " << wd << " registered for " << path;
/system/core/libusbhost/
H A Dusbhost.c238 int wd; local
245 wd = event->wd;
246 if (wd == context->wdd) {
256 } else if (wd == context->wddbus) {
268 } else if (wd == context->wds[0]) {
289 if (wd == context->wds[i]) {

Completed in 31 milliseconds