Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dmultiprocess_test.h80 bool TerminateMultiProcessTestChild(const Process& process,
Dmultiprocess_test.cc36 bool TerminateMultiProcessTestChild(const Process& process, in TerminateMultiProcessTestChild() function
Dmultiprocess_test_android.cc76 bool TerminateMultiProcessTestChild(const Process& process, in TerminateMultiProcessTestChild() function
/external/libchrome/libchrome_tools/patch/
Dsubprocess.patch49 @@ -39,7 +39,7 @@ bool TerminateMultiProcessTestChild(const Process& process,
/external/libchrome/base/files/
Dfile_locking_unittest.cc229 ASSERT_TRUE(TerminateMultiProcessTestChild(lock_child_, 0, true)); in TEST_F()