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

  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 205 FILE *ioFile;
223 if ((ioFile = fopen(locator,"rb")) == NULL)
227 if (fseek(ioFile, 0L, SEEK_END) != 0)
229 if ((file->fileSize = ftell(ioFile)) == -1L)
231 if (fseek(ioFile, 0L, SEEK_SET) != 0)
238 fclose(ioFile);
243 temp = (int) fread(file->buffer, (size_t) file->fileSize, 1, ioFile);
246 fclose(ioFile);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 205 FILE *ioFile;
223 if ((ioFile = fopen(locator,"rb")) == NULL)
227 if (fseek(ioFile, 0L, SEEK_END) != 0)
229 if ((file->fileSize = ftell(ioFile)) == -1L)
231 if (fseek(ioFile, 0L, SEEK_SET) != 0)
238 fclose(ioFile);
243 temp = (int) fread(file->buffer, (size_t) file->fileSize, 1, ioFile);
246 fclose(ioFile);
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c     [all...]
EASLibVst.c 1009 FILE *ioFile;
1031 if ((ioFile = fopen(locator,"rb")) == NULL)
1035 if (fseek(ioFile, 0L, SEEK_END) != 0)
1037 if ((file->fileSize = ftell(ioFile)) == -1L)
1039 if (fseek(ioFile, 0L, SEEK_SET) != 0)
1046 fclose(ioFile);
1051 temp = (int) fread(file->buffer, (size_t) file->fileSize, 1, ioFile);
1054 fclose(ioFile);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 59 milliseconds