Home
last modified time | relevance | path

Searched refs:use_fork (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7545 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
7547 if (!use_fork) { in ExecDeathTestSpawnChild()
7573 const bool use_fork = true; in ExecDeathTestSpawnChild() local
7576 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()