Home
last modified time | relevance | path

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

/bionic/libfdtrack/
Dfdtrack_test.cpp92 static int fd2 = -1; in TEST() local
96 fd2 = open("/dev/null", O_RDONLY | O_CLOEXEC); in TEST()
98 close(fd2); in TEST()
102 ASSERT_NE(-1, fd2); in TEST()
/bionic/libc/kernel/uapi/linux/
Dsync_file.h13 __s32 fd2; member
/bionic/tests/
Dfdtrack_test.cpp157 static int fd2 = -1; in TEST() local
166 fd2 = open("/dev/null", O_WRONLY | O_CLOEXEC); in TEST()
171 if (fd1 == -1 || fd2 == -1 || fd3 == -1) { in TEST()
Dstdlib_test.cpp393 android::base::unique_fd fd2(open((td.path + "/A (deleted)"s).c_str(), in TEST() local
395 ASSERT_NE(fd2, -1); in TEST()