Searched refs:file_out (Results 1 – 1 of 1) sorted by relevance
/system/bluetooth/brfpatch/ |
D | brfpatch.c | 77 static void process_line(FILE *file_out, char *buf, char *buffer) { in process_line() argument 162 dump_record(file_out, opcode, dp - data, data); in process_line() 174 FILE *file_out = fopen(argv[2], "w+"); in main() local 175 FAILIF(!file_out, "Could not open %s: %s\n", argv[2], strerror(errno)); in main() 186 process_line(file_out, buf, buffer); in main() 198 fclose(file_out); in main()
|