Searched defs:SpawnChild (Results 1 – 2 of 2) sorted by relevance
63 base::ProcessHandle SpawnChild(const std::wstring& procname) { in SpawnChild() function67 base::ProcessHandle SpawnChild(const std::wstring& procname, in SpawnChild() function78 base::ProcessHandle SpawnChild( in SpawnChild() function
47 TEST_F(ProcessUtilTest, SpawnChild) { in TEST_F() argument