Searched refs:m_pFile (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKImage.cpp | 66 fseek(m_pFile, m_bootOffset, SEEK_SET); in SaveBootFile() 69 iRead = fread(buffer, 1, dwReadSize, m_pFile); in SaveBootFile() 92 fseeko(m_pFile, m_fwOffset, SEEK_SET); in SaveFWFile() 95 iRead = fread(buffer, 1, dwReadSize, m_pFile); in SaveFWFile() 114 fseeko(m_pFile, dwOffset, SEEK_SET); in GetData() 116 uiActualRead = fread(lpBuffer,1, dwSize, m_pFile); in GetData() 154 m_pFile = NULL; in CRKImage() 179 m_pFile = fopen(szName, "rb"); in CRKImage() 180 if (!m_pFile) { in CRKImage() 189 fseeko(m_pFile, 0, SEEK_SET); in CRKImage() [all …]
|
| H A D | RKImage.h | 74 FILE *m_pFile; variable
|