Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKImage.cpp57 char *CRKImage::GetFwPath() in GetFwPath() function in CRKImage
217 FwPath.getter(&CRKImage::GetFwPath); in CRKImage()
H A DRKImage.h47 char *GetFwPath();
H A DRKAndroidDevice.cpp1369 if (!memcmp(m_pImage->GetFwPath(), "/userdata", 9) || in DownloadImage()
1370 !memcmp(m_pImage->GetFwPath(), "/data", 5)) in DownloadImage()