Home
last modified time | relevance | path

Searched refs:GetEntryProperty (Results 1 – 4 of 4) sorted by relevance

/rkdeveloptool/
H A DRKBoot.h61 …bool GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, char *p…
H A DRKDevice.cpp516 if ( !m_pImage->m_bootObject->GetEntryProperty(ENTRY471, i, dwSize, dwDelay) ) { in DownloadBoot()
548 if ( !m_pImage->m_bootObject->GetEntryProperty(ENTRY472, i, dwSize, dwDelay) ) { in DownloadBoot()
H A DRKBoot.cpp93 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type,UCHAR ucIndex,DWORD &dwSize,DWORD &dwDelay,cha… in GetEntryProperty() function in CRKBoot
H A Dmain.cpp1877 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderSize, dwDelay); in upgrade_loader()
1903 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderDataSize, dwDelay); in upgrade_loader()
1922 bRet = pBoot->GetEntryProperty(ENTRYLOADER, index, dwLoaderHeadSize, dwDelay); in upgrade_loader()