Home
last modified time | relevance | path

Searched refs:INPUT_DEV_DIR (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minui/
Devents.cpp39 constexpr const char* INPUT_DEV_DIR = "/dev/input"; variable
101 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in inotify_cb()
157 if (inotify_add_watch(inotify_fd, INPUT_DEV_DIR, IN_CREATE) < 0) { in ev_init()
161 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(INPUT_DEV_DIR), closedir); in ev_init()