Searched defs:GetBuildDir (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_test_utils.py117 def GetBuildDir(): function
150 the result of GetBuildDir().
156 path = os.path.abspath(os.path.join(build_dir or GetBuildDir(),
/external/gtest/test/
H A Dgtest_test_utils.py117 def GetBuildDir(): function
150 the result of GetBuildDir().
156 path = os.path.abspath(os.path.join(build_dir or GetBuildDir(),
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py116 def GetBuildDir(): function
153 path = os.path.abspath(os.path.join(GetBuildDir(), executable_name))

Completed in 46 milliseconds