Home
last modified time | relevance | path

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

/third_party/libevdev/test/
Dtest-libevdev-init.c460 int other_fd; in START_TEST() local
481 other_fd = open(libevdev_uinput_get_devnode(uidev), in START_TEST()
483 ck_assert_int_ne(other_fd, -1); in START_TEST()
484 rc = libevdev_new_from_fd(other_fd, &other); in START_TEST()
537 close(other_fd); in START_TEST()
/third_party/gn/src/base/files/
Dfile_posix.cc288 PlatformFile other_fd = HANDLE_EINTR(dup(GetPlatformFile())); in Duplicate() local
289 if (other_fd == -1) in Duplicate()
292 File other(other_fd); in Duplicate()
/third_party/libevdev/
Dthird_party_libevdev.diff30644 + int other_fd;
30665 + other_fd = open(libevdev_uinput_get_devnode(uidev),
30667 + ck_assert_int_ne(other_fd, -1);
30668 + rc = libevdev_new_from_fd(other_fd, &other);
30721 + close(other_fd);