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

/system/core/libusbhost/
H A Dusbhost.c145 int wd, wds[10]; local
146 int wd_count = sizeof(wds) / sizeof(wds[0]);
151 memset(wds, 0, sizeof(wds));
153 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
154 if (wds[0] < 0) {
166 wds[i] = ret;
179 if (wd == wds[0]) {
186 wds[
[all...]

Completed in 89 milliseconds