Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Devents.cpp37 constexpr const char* INPUT_DEV_DIR = "/dev/input"; variable
99 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()