Searched defs:file_out (Results 1 - 1 of 1) sorted by last modified time

/system/bluetooth/brfpatch/
H A Dbrfpatch.c77 static void process_line(FILE *file_out, char *buf, char *buffer) { argument
162 dump_record(file_out, opcode, dp - data, data);
174 FILE *file_out = fopen(argv[2], "w+"); local
175 FAILIF(!file_out, "Could not open %s: %s\n", argv[2], strerror(errno));
186 process_line(file_out, buf, buffer);
198 fclose(file_out);

Completed in 294 milliseconds