Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dprocess_unittest.cc123 FilePath GetFdPath(int fd);
193 FilePath ProcessTest::GetFdPath(int fd) { in GetFdPath() function in brillo::ProcessTest
210 EXPECT_TRUE(base::ReadFileToString(GetFdPath(pipe_fd), &contents)); in TEST_F()
238 EXPECT_TRUE(base::ReadFileToString(GetFdPath(pipe_fd), &contents)); in TEST_F()
252 EXPECT_TRUE(base::WriteFile(GetFdPath(write_fd), kMessage, strlen(kMessage))); in TEST_F()
367 process_.AddArg(GetFdPath(pipe.reader).value()); in TEST_F()
368 process_.AddArg(GetFdPath(pipe.writer).value()); in TEST_F()
376 process_.AddArg(GetFdPath(pipe.reader).value()); in TEST_F()
377 process_.AddArg(GetFdPath(pipe.writer).value()); in TEST_F()