Searched refs:ExecDeathTestSpawnChild (Results 1 - 6 of 6) 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/vulkan-validation-layers/tests/gtest-1.7.0/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]);
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp7537 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) {
7673 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 170 milliseconds