Searched refs:DEVICE_PATH (Results 1 – 1 of 1) sorted by relevance
70 static const char* DEVICE_PATH = "/dev"; variable759 mDeviceWd = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in addDeviceInotify()760 LOG_ALWAYS_FATAL_IF(mDeviceWd < 0, "Could not register INotify for %s: %s", DEVICE_PATH, in addDeviceInotify()1829 result = scanVideoDirLocked(DEVICE_PATH); in scanDevicesLocked()1831 ALOGE("scan video dir failed for %s", DEVICE_PATH); in scanDevicesLocked()2449 std::string filename = std::string(DEVICE_PATH) + "/" + event->name; in readNotifyLocked()