Searched refs:other_fd (Results 1 – 3 of 3) sorted by relevance
460 int other_fd; in START_TEST() local481 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()
288 PlatformFile other_fd = HANDLE_EINTR(dup(GetPlatformFile())); in Duplicate() local289 if (other_fd == -1) in Duplicate()292 File other(other_fd); in Duplicate()
30644 + 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);