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

/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc1004 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { function in namespace:testing::internal
1140 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/chromium_org/third_party/libvpx/source/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]);
/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 119 milliseconds