Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc828 int pipe_fd[2]; in AssumeRole() local
829 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
846 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[0])); in AssumeRole()
847 set_write_fd(pipe_fd[1]); in AssumeRole()
858 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1])); in AssumeRole()
859 set_read_fd(pipe_fd[0]); in AssumeRole()
1112 int pipe_fd[2]; in AssumeRole() local
1113 GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); in AssumeRole()
1116 GTEST_DEATH_TEST_CHECK_(fcntl(pipe_fd[1], F_SETFD, 0) != -1); in AssumeRole()
1125 + StreamableToString(pipe_fd[1]); in AssumeRole()
[all …]