Searched refs:ExecDeathTestSpawnChild (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc1020 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { function in namespace:testing::internal
1156 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]);
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1313 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { function in namespace:testing::internal
1451 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]);

Completed in 6 milliseconds