Home
last modified time | relevance | path

Searched refs:ucCount (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DRKBoot.cpp50 UCHAR ucCount, ucSize; in SaveEntryFile() local
55 ucCount = m_471Count; in SaveEntryFile()
60 ucCount = m_472Count; in SaveEntryFile()
65 ucCount = m_loaderCount; in SaveEntryFile()
71 if (ucIndex >= ucCount) in SaveEntryFile()
90 UCHAR ucCount, ucSize; in GetEntryProperty() local
95 ucCount = m_471Count; in GetEntryProperty()
100 ucCount = m_472Count; in GetEntryProperty()
105 ucCount = m_loaderCount; in GetEntryProperty()
111 if (ucIndex >= ucCount) in GetEntryProperty()
[all …]
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkboot.c89 UCHAR ucCount, ucSize; in getLoaderSizeAndData() local
93 ucCount = pBootHead->ucLoaderEntryCount; in getLoaderSizeAndData()
95 for (UCHAR i = 0; i < ucCount; i++) { in getLoaderSizeAndData()