Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp309 bool ParseUuidInfo(string &strUuidInfo, string &strName, string &strUUid) in ParseUuidInfo() argument
313 if (strUuidInfo.size() <= 0) { in ParseUuidInfo()
316 pos = strUuidInfo.find('='); in ParseUuidInfo()
320 strName = strUuidInfo.substr(0, pos); in ParseUuidInfo()
324 strUUid = strUuidInfo.substr(pos+1); in ParseUuidInfo()