Searched refs:strPartition (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | Upgrade.cpp | 171 string strLine, strPartition, strPartInfo, strPartName; in parse_parameter() local 203 strPartition = strLine.substr(posColon + 1); in parse_parameter() 206 posComma = strPartition.find(',', pos); in parse_parameter() 209 strPartInfo = strPartition.substr(pos, posComma - pos); in parse_parameter() 219 posComma = strPartition.find(',', pos); in parse_parameter() 221 strPartInfo = strPartition.substr(pos); in parse_parameter()
|
| H A D | RKAndroidDevice.cpp | 3251 string strLine, strPartition, strPartInfo, strPartName; in GetParameterPartSize() local 3284 strPartition = strLine.substr(posColon + 1); in GetParameterPartSize() 3287 posComma = strPartition.find(',', pos); in GetParameterPartSize() 3290 strPartInfo = strPartition.substr(pos, posComma - pos); in GetParameterPartSize()
|