Searched defs:device_path (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dusb.h56 char device_path[256]; member in struct:usb_ifc_info
/system/core/debuggerd/
H A Dgetevent.c162 const char *device_path = "/dev/input"; local
169 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
173 res = scan_dir(device_path);
196 const char *device_path = "/dev/input"; local
203 read_notify(device_path, ufds[0].fd);
/system/core/toolbox/
H A Dgetevent.c509 const char *device_path = "/dev/input"; local
603 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
605 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
608 res = scan_dir(device_path, print_flags);
610 fprintf(stderr, "scan dir failed for %s\n", device_path);
635 read_notify(device_path, ufds[0].fd, print_flags);

Completed in 39 milliseconds