HomeSort by relevance Sort by last modified time
    Searched refs:file_in (Results 1 - 2 of 2) sorted by null

  /system/bluetooth/brfpatch/
brfpatch.c 171 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);
  /frameworks/av/services/audioflinger/
test-resample.cpp 134 const char* file_in = NULL; local
139 file_in = argv[0];
152 if (stat(file_in, &st) < 0) {
157 int input_fd = open(file_in, O_RDONLY);

Completed in 110 milliseconds