Searched refs:INPUT_DEV_DIR (Results 1 – 1 of 1) sorted by relevance
37 constexpr const char* INPUT_DEV_DIR = "/dev/input"; variable99 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in inotify_cb()155 if (inotify_add_watch(inotify_fd, INPUT_DEV_DIR, IN_CREATE) < 0) { in ev_init()159 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in ev_init()