Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/tools/
Dgenerate_annotation_enums.py427 output_file = GeneratedFile._getOutputFile(self.cpp_file_path, check_only, temp_files)
432 output_file = GeneratedFile._getOutputFile(self.java_file_path, check_only, temp_files)
448 def _getOutputFile(file_path, check_only, temp_files): member in GeneratedFile