Lines Matching full:use_fork
7545 const bool use_fork = GTEST_FLAG(death_test_use_fork);7547 if (!use_fork) {7573 const bool use_fork = true;7576 if (use_fork && (child_pid = fork()) == 0) {