Searched refs:gmock_root (Results 1 – 1 of 1) sorted by relevance
93 def GetGTestRootDir(gmock_root): argument96 return os.path.join(gmock_root, '../googletest')99 def ValidateGMockRootDir(gmock_root): argument108 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): argument144 with open(os.path.join(gmock_root, gmock_header_path), 'r') as fh:170 def FuseGMockAllCcToFile(gmock_root, output_file): argument186 with open(os.path.join(gmock_root, gmock_source_file), 'r') as fh:[all …]