Searched refs:strOffset (Results 1 – 1 of 1) sorted by relevance
264 string strOffset,strLen; in ParsePartitionInfo() local291 strOffset = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo()292 strOffset.erase(0, strOffset.find_first_not_of(" ")); in ParsePartitionInfo()293 strOffset.erase(strOffset.find_last_not_of(" ") + 1); in ParsePartitionInfo()294 iCount = sscanf(strOffset.c_str(), "0x%x", &uiOffset); in ParsePartitionInfo()