Searched refs:strOffset (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | Upgrade.cpp | 111 string strOffset, strLen; in ParsePartitionInfo() local 145 strOffset = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo() 146 strOffset.erase(0, strOffset.find_first_not_of(_T(" "))); in ParsePartitionInfo() 147 strOffset.erase(strOffset.find_last_not_of(_T(" ")) + 1); in ParsePartitionInfo() 148 iCount = sscanf(strOffset.c_str(), "0x%x", &uiOffset); in ParsePartitionInfo()
|
| H A D | RKAndroidDevice.cpp | 3176 string strOffset, strLen; in ParsePartitionInfo() local 3210 strOffset = strPartInfo.substr(prevPos, pos - prevPos); in ParsePartitionInfo() 3211 strOffset.erase(0, strOffset.find_first_not_of(" ")); in ParsePartitionInfo() 3212 strOffset.erase(strOffset.find_last_not_of(" ") + 1); in ParsePartitionInfo() 3213 iCount = sscanf(strOffset.c_str(), "0x%x", &uiOffset); in ParsePartitionInfo()
|