Searched refs:pImgFile (Results 1 – 1 of 1) sorted by relevance
21 FILE* pImgFile; variable94 fseek(pImgFile, dwOffset, SEEK_SET); in GetData()96 uiActualRead = fread(lpBuffer, 1, dwSize, pImgFile); in GetData()164 pImgFile = fopen(mnt_point, "rb"); in WriteFwData()165 if (pImgFile == NULL) in WriteFwData()172 m_fwOffset = GetFwOffset(pImgFile); in WriteFwData()290 if (pImgFile != NULL) { in WriteFwData()291 fclose(pImgFile); in WriteFwData()292 pImgFile = NULL; in WriteFwData()307 if (pImgFile != NULL) { in WriteFwData()[all …]