Searched refs:ioFile (Results 1 - 5 of 5) sorted by relevance

/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c205 FILE *ioFile; local
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/
H A Deas_hostmm.c205 FILE *ioFile; local
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/
H A DEASLib.c1314 FILE *ioFile; local
1336 if ((ioFile = fopen(locator,"rb")) == NULL)
1340 if (fseek(ioFile, 0L, SEEK_END) != 0)
1342 if ((file->fileSize = ftell(ioFile)) == -1L)
1344 if (fseek(ioFile, 0L, SEEK_SET) != 0)
1351 fclose(ioFile);
1356 temp = (int) fread(file->buffer, (size_t) file->fileSize, 1, ioFile);
1359 fclose(ioFile);
H A DEASLibVst.c1009 FILE *ioFile; local
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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 289 milliseconds