Home | History | Annotate | Download | only in msm8960

Lines Matching defs:file

5  * you may not use this file except in compliance with the License.
43 * This file will have a maximum of 38 bytes:
843 FILE *file;
852 file = fopen(AUDIO_DATA_BLOCK_PATH, "rb");
853 if (file == NULL) {
859 fread(&header, 1, sizeof(header), file);
864 fread(&block, header.length, 1, file);
866 fclose(file);