Searched refs:strLen (Results 1 – 1 of 1) sorted by relevance
264 string strOffset,strLen; in ParsePartitionInfo() local274 strLen = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo()275 strLen.erase(0, strLen.find_first_not_of(" ")); in ParsePartitionInfo()276 strLen.erase(strLen.find_last_not_of(" ") + 1); in ParsePartitionInfo()277 if (strchr(strLen.c_str(), '-')) { in ParsePartitionInfo()280 iCount = sscanf(strLen.c_str(), "0x%x", &uiLen); in ParsePartitionInfo()