Searched refs:fd2 (Results 1 – 4 of 4) sorted by relevance
92 static int fd2 = -1; in TEST() local96 fd2 = open("/dev/null", O_RDONLY | O_CLOEXEC); in TEST()98 close(fd2); in TEST()102 ASSERT_NE(-1, fd2); in TEST()
13 __s32 fd2; member
157 static int fd2 = -1; in TEST() local166 fd2 = open("/dev/null", O_WRONLY | O_CLOEXEC); in TEST()171 if (fd1 == -1 || fd2 == -1 || fd3 == -1) { in TEST()
393 android::base::unique_fd fd2(open((td.path + "/A (deleted)"s).c_str(), in TEST() local395 ASSERT_NE(fd2, -1); in TEST()