Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.h272 bool ParseUuidInfo(string &strUuidInfo, string &strName, string &strUUid);
H A DRKAndroidDevice.cpp3621 bool ParseUuidInfo(string &strUuidInfo, string &strName, string &strUUid) in ParseUuidInfo() argument
3625 if (strUuidInfo.size() <= 0) in ParseUuidInfo()
3629 pos = strUuidInfo.find('='); in ParseUuidInfo()
3634 strName = strUuidInfo.substr(0, pos); in ParseUuidInfo()
3638 strUUid = strUuidInfo.substr(pos + 1); in ParseUuidInfo()