Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/scripts/
Dfuse_gmock_files.py164 def ProcessFile(gmock_source_file): argument
168 if gmock_source_file in processed_files:
171 processed_files.add(gmock_source_file)
174 for line in file(os.path.join(gmock_root, gmock_source_file), 'r'):