Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/scripts/
Dfuse_gmock_files.py93 def GetGTestRootDir(gmock_root): argument
96 return os.path.join(gmock_root, '../googletest')
99 def ValidateGMockRootDir(gmock_root): argument
108 gtest.ValidateGTestRootDir(GetGTestRootDir(gmock_root))
109 gtest.VerifyFileExists(gmock_root, GMOCK_H_SEED)
110 gtest.VerifyFileExists(gmock_root, GMOCK_ALL_CC_SEED)
127 def FuseGMockH(gmock_root, output_dir): argument
144 with open(os.path.join(gmock_root, gmock_header_path), 'r') as fh:
170 def FuseGMockAllCcToFile(gmock_root, output_file): argument
186 with open(os.path.join(gmock_root, gmock_source_file), 'r') as fh:
[all …]