Searched refs:GetFdPath (Results 1 – 1 of 1) sorted by relevance
122 FilePath GetFdPath(int fd);204 FilePath ProcessTest::GetFdPath(int fd) { in GetFdPath() function in brillo::ProcessTest221 EXPECT_TRUE(base::ReadFileToString(GetFdPath(pipe_fd), &contents)); in TEST_F()240 EXPECT_TRUE(base::ReadFileToString(GetFdPath(pipe_fd), &contents)); in TEST_F()258 EXPECT_TRUE(base::ReadFileToString(GetFdPath(pipe_fd), &contents)); in TEST_F()271 EXPECT_TRUE(base::WriteFile(GetFdPath(write_fd), kMessage, strlen(kMessage))); in TEST_F()386 process_.AddArg(GetFdPath(pipe.reader).value()); in TEST_F()387 process_.AddArg(GetFdPath(pipe.writer).value()); in TEST_F()395 process_.AddArg(GetFdPath(pipe.reader).value()); in TEST_F()396 process_.AddArg(GetFdPath(pipe.writer).value()); in TEST_F()