Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgoogletest-output-test.py203 def GetShellCommandOutput(env_cmd): function
238 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
250 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
/third_party/googletest/googlemock/test/
Dgmock_output_test.py137 def GetShellCommandOutput(cmd): function
152 return GetNormalizedOutputAndLeakyTests(GetShellCommandOutput(cmd))