Home
last modified time | relevance | path

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

/external/googletest/googlemock/test/
Dgmock_test_utils.py50 def GetSourceDir(): function
53 return gtest_test_utils.GetSourceDir()
Dgmock_output_test.py55 GOLDEN_PATH = os.path.join(gmock_test_utils.GetSourceDir(), GOLDEN_NAME)
/external/googletest/googletest/test/
Dgoogletest-output-test.py81 GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME)
314 gtest_test_utils.GetSourceDir(),
318 gtest_test_utils.GetSourceDir(),
Dgtest_test_utils.py123 def GetSourceDir(): function
/external/pdfium/testing/utils/
Dpath_service.cpp103 bool PathService::GetSourceDir(std::string* path) { in GetSourceDir() function in PathService
121 if (!GetSourceDir(path)) in GetTestDataDir()
Dpath_service.h31 static bool GetSourceDir(std::string* path);