Searched refs:file_in (Results 1 - 1 of 1) sorted by path

/system/bluetooth/brfpatch/
H A Dbrfpatch.c171 FILE *file_in = fopen(argv[1], "r"); local
172 FAILIF(!file_in, "Could not open %s: %s\n", argv[1], strerror(errno));
180 while (fgets(buffer, 1024, file_in) != NULL) {
197 fclose(file_in);

Completed in 336 milliseconds