Lines Matching full:use_fork
1045 const bool use_fork = GTEST_FLAG(death_test_use_fork);1047 if (!use_fork) {1062 const bool use_fork = true;1065 if (use_fork && (child_pid = fork()) == 0) {