Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKImage.cpp25 UINT *pOsType; in GetOsType() local
26 pOsType = (UINT *)&m_reserved[4]; in GetOsType()
27 return (ENUM_OS_TYPE) * pOsType; in GetOsType()
385 UINT *pOsType; in CRKImage() local
386 pOsType = (UINT *)&m_reserved[4]; in CRKImage()
387 *pOsType = (UINT)RK_OS; in CRKImage()