Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest_test_utils.py116 def GetBuildDir(): function
153 path = os.path.abspath(os.path.join(GetBuildDir(), executable_name))
/external/gtest/test/
Dgtest_test_utils.py132 def GetBuildDir(): function
171 path = os.path.abspath(os.path.join(build_dir or GetBuildDir(),
/external/chromium_org/testing/gtest/test/
Dgtest_test_utils.py132 def GetBuildDir(): function
171 path = os.path.abspath(os.path.join(build_dir or GetBuildDir(),
/external/chromium_org/chrome/test/chromedriver/
Dchrome_paths.py24 def GetBuildDir(required_paths): function
Drun_buildbot_steps.py53 zip_path = util.Zip(os.path.join(chrome_paths.GetBuildDir(['chromedriver']),
84 util.Unzip(zip_path, chrome_paths.GetBuildDir(['host_forwarder']))
201 zip_path = util.Zip(os.path.join(chrome_paths.GetBuildDir([server_name]),
/external/chromium_org/chrome/test/chromedriver/test/
Drun_all_tests.py157 build_dir = chrome_paths.GetBuildDir(required_build_outputs)