Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/tools/
Dgenerate_annotation_enums.py398 self.cpp_file_path = None
407 def setCppFilePath(self, cpp_file_path): argument
408 self.cpp_file_path = cpp_file_path
426 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):