Lines Matching refs:strPartInfo
3173 bool CRKAndroidDevice::ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UIN… in ParsePartitionInfo() argument
3179 if (strPartInfo.size() <= 0) in ParsePartitionInfo()
3183 pos = strPartInfo.find('@'); in ParsePartitionInfo()
3188 strLen = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo()
3205 pos = strPartInfo.find('(', prevPos); in ParsePartitionInfo()
3210 strOffset = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo()
3220 pos = strPartInfo.find(')', prevPos); in ParsePartitionInfo()
3225 strName = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo()
3251 string strLine, strPartition, strPartInfo, strPartName; in GetParameterPartSize() local
3290 strPartInfo = strPartition.substr(pos, posComma - pos); in GetParameterPartSize()
3291 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in GetParameterPartSize()
3702 string strLine, strUUid, strPartInfo, strPartName; in get_uuid_from_parameter() local
3721 strPartInfo = strLine.substr(pos + 5); in get_uuid_from_parameter()
3722 bRet = ParseUuidInfo(strPartInfo, strPartName, strUUid); in get_uuid_from_parameter()