Searched refs:cpp_file_path (Results 1 – 1 of 1) sorted by relevance
398 self.cpp_file_path = None407 def setCppFilePath(self, cpp_file_path): argument408 self.cpp_file_path = cpp_file_path426 if self.cpp_file_path:427 output_file = GeneratedFile._getOutputFile(self.cpp_file_path, check_only, temp_files)437 if self.cpp_file_path:438 if not filecmp.cmp(self.cpp_output_file, self.cpp_file_path):