Searched refs:fIn (Results 1 – 1 of 1) sorted by relevance
323 FILE* fIn = fopen(sourcePath.c_str(), "rb"); in performLSDownload_thread() local324 if (fIn == NULL) { in performLSDownload_thread()333 fseek(fIn, 0, SEEK_END); in performLSDownload_thread()334 long lsBufSize = ftell(fIn); in performLSDownload_thread()337 fclose(fIn); in performLSDownload_thread()341 rewind(fIn); in performLSDownload_thread()346 if (fread(lsHashInfo.lsRawScriptBuf, (size_t)lsBufSize, 1, fIn) != 1) in performLSDownload_thread()348 fclose(fIn); in performLSDownload_thread()