Searched refs:strUuidInfo (Results 1 – 1 of 1) sorted by relevance
309 bool ParseUuidInfo(string &strUuidInfo, string &strName, string &strUUid) in ParseUuidInfo() argument313 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()