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()335 rewind(fIn); in performLSDownload_thread()340 fread(lsHashInfo.lsRawScriptBuf, lsBufSize, 1, fIn); in performLSDownload_thread()