Searched refs:input_file (Results 1 – 2 of 2) sorted by relevance
303 const char *input_file, const char *output_file, in run_batch_process() argument305 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()
218 def parseFile(self, input_file): argument224 with open(input_file, 'r') as f: