Home
last modified time | relevance | path

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

/external/gtest/scripts/
Dfuse_gtest_files.py157 def ProcessFile(gtest_header_path): argument
161 if gtest_header_path in processed_files:
164 processed_files.add(gtest_header_path)
167 for line in file(os.path.join(gtest_root, gtest_header_path), 'r'):
/external/chromium/testing/gtest/scripts/
Dfuse_gtest_files.py152 def ProcessFile(gtest_header_path): argument
156 if gtest_header_path in processed_files:
159 processed_files.add(gtest_header_path)
162 for line in file(os.path.join(gtest_root, gtest_header_path), 'r'):
/external/protobuf/gtest/scripts/
Dfuse_gtest_files.py152 def ProcessFile(gtest_header_path): argument
156 if gtest_header_path in processed_files:
159 processed_files.add(gtest_header_path)
162 for line in file(os.path.join(gtest_root, gtest_header_path), 'r'):