Searched refs:fd_stdin (Results 1 – 1 of 1) sorted by relevance
213 int fd_stdin = 0; in TEST_F() local214 base::ScopedFD out_fd = EchoFD(fd_stdin); in TEST_F()215 EXPECT_NE(fd_stdin, out_fd.get()); in TEST_F()