Searched refs:fileName (Results 1 – 4 of 4) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKLog.cpp | 103 bool CRKLog::SaveBuffer(string fileName, PBYTE lpBuffer, DWORD dwSize) in SaveBuffer() argument 106 file = fopen(fileName.c_str(), "wb+"); in SaveBuffer()
|
| H A D | RKLog.h | 24 bool SaveBuffer(string fileName, PBYTE lpBuffer, DWORD dwSize);
|
| H A D | RKBoot.cpp | 53 bool CRKBoot::SaveEntryFile(ENUM_RKBOOTENTRY type,UCHAR ucIndex,string fileName) in SaveEntryFile() argument 84 file = fopen(fileName.c_str(),"wb+"); in SaveEntryFile()
|
| H A D | RKBoot.h | 60 bool SaveEntryFile(ENUM_RKBOOTENTRY type, UCHAR ucIndex, string fileName);
|