Searched refs:cpp_file_path (Results 1 – 1 of 1) sorted by relevance
540 self.cpp_file_path = None547 def setCppFilePath(self, cpp_file_path): argument548 self.cpp_file_path = cpp_file_path560 if self.cpp_file_path:561 output_file = GeneratedFile._getOutputFile(self.cpp_file_path, check_only, temp_files)571 if self.cpp_file_path:572 if not filecmp.cmp(self.cpp_output_file, self.cpp_file_path):