Searched refs:temp_files (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/automotive/vehicle/tools/ |
D | generate_annotation_enums.py | 425 def convert(self, file_parser, check_only, temp_files): argument 427 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): argument 453 temp_files.append(temp_file) 530 temp_files = [] 534 generated_file.convert(f, args.check_only, temp_files) 549 for file in temp_files:
|