Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp303 const char *input_file, const char *output_file, in run_batch_process() argument
305 if (!input_file || !output_file) { in run_batch_process()
333 if (!android::base::ReadFileToString(input_file, &json_doc)) { in run_batch_process()
334 LOG(ERROR) << "Failed to read JSON config from " << input_file; in run_batch_process()
/hardware/interfaces/automotive/vehicle/tools/
Dgenerate_annotation_enums.py218 def parseFile(self, input_file): argument
224 with open(input_file, 'r') as f: