Lines Matching full:use_fork
953 const bool use_fork = GTEST_FLAG(death_test_use_fork);955 if (!use_fork) {970 const bool use_fork = true;973 if (use_fork && (child_pid = fork()) == 0) {