Searched refs:ENUM_RKBOOTENTRY (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKBoot.h | 33 ENUM_RKBOOTENTRY emType; 64 bool SaveEntryFile(ENUM_RKBOOTENTRY type, UCHAR ucIndex, tstring fileName); 65 …bool GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, tchar *… 66 CHAR GetIndexByName(ENUM_RKBOOTENTRY type, tchar *pName); 67 bool GetEntryData(ENUM_RKBOOTENTRY type, UCHAR ucIndex, PBYTE lpData);
|
| H A D | RKBoot.cpp | 47 bool CRKBoot::SaveEntryFile(ENUM_RKBOOTENTRY type, UCHAR ucIndex, tstring fileName) in SaveEntryFile() 87 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay,… in GetEntryProperty() 125 bool CRKBoot::GetEntryData(ENUM_RKBOOTENTRY type, UCHAR ucIndex, PBYTE lpData) in GetEntryData() 158 CHAR CRKBoot::GetIndexByName(ENUM_RKBOOTENTRY type, tchar *pName) in GetIndexByName()
|
| H A D | DefineHeader.h | 118 } ENUM_RKBOOTENTRY; typedef
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | defineHeader.h | 59 } ENUM_RKBOOTENTRY; typedef
|
| H A D | rkimage.h | 87 ENUM_RKBOOTENTRY emType;
|