Searched defs:fd2 (Results 1 – 3 of 3) sorted by relevance
129 Fd fd2(fd); in TEST_F() local152 Fd fd2(expected_fd2, std::false_type(), &mock2); in TEST_F() local171 Fd fd2(std::move(fd)); in TEST_F() local194 Fd fd2(expected_fd2, std::false_type(), &mock2); in TEST_F() local
104 int fd2 = createOpenFileDescriptor(); in TEST() local267 int fd2 = createOpenFileDescriptor(); in TEST() local
259 static bool same_device(int fd1, int fd2) in same_device()