Searched refs:fIn (Results 1 – 1 of 1) sorted by relevance
324 FILE* fIn = fopen(sourcePath.c_str(), "rb"); in performLSDownload_thread() local325 if (fIn == NULL) { in performLSDownload_thread()334 fseek(fIn, 0, SEEK_END); in performLSDownload_thread()335 long lsBufSize = ftell(fIn); in performLSDownload_thread()338 fclose(fIn); in performLSDownload_thread()342 rewind(fIn); in performLSDownload_thread()347 if (fread(lsHashInfo.lsRawScriptBuf, (size_t)lsBufSize, 1, fIn) != 1) in performLSDownload_thread()349 fclose(fIn); in performLSDownload_thread()