Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_method_invoker_unittest.cc213 int fd_stdin = 0; in TEST_F() local
214 base::ScopedFD out_fd = EchoFD(fd_stdin); in TEST_F()
215 EXPECT_NE(fd_stdin, out_fd.get()); in TEST_F()