Searched refs:kDevicePath (Results 1 – 1 of 1) sorted by relevance
39 const char* kDevicePath = "/dev/"; variable221 DIR* devdir = opendir(kDevicePath); in threadLoop()223 ALOGE("%s: cannot open %s! Exiting threadloop", __FUNCTION__, kDevicePath); in threadLoop()238 "%s%s", kDevicePath, de->d_name); in threadLoop()252 mWd = inotify_add_watch(mINotifyFD, kDevicePath, IN_CREATE | IN_DELETE); in threadLoop()274 "%s%s", kDevicePath, event->name); in threadLoop()