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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc1006 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { function in namespace:testing::internal
1132 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]);
/external/gtest/src/
H A Dgtest-death-test.cc1002 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { function in namespace:testing::internal
1138 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7496 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) {
7632 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]);

Completed in 84 milliseconds