Searched refs:strPartName (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.cpp | 3251 string strLine, strPartition, strPartInfo, strPartName; in GetParameterPartSize() local 3291 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in GetParameterPartSize() 3557 tstring strPartName; in create_gpt_buffer() local 3590 strPartName = vecParts[i].szItemName; in create_gpt_buffer() 3591 iPos = strPartName.find(_T(':')); in create_gpt_buffer() 3594 … transform(strPartName.begin(), strPartName.end(), strPartName.begin(), (int(*)(int))tolower); in create_gpt_buffer() 3595 if (strPartName.find(_T("bootable")) != tstring::npos) in create_gpt_buffer() 3599 if (strPartName.find(_T("grow")) != tstring::npos) in create_gpt_buffer() 3603 strPartName = strPartName.substr(0, iPos); in create_gpt_buffer() 3604 vecParts[i].szItemName[strPartName.size()] = 0; in create_gpt_buffer() [all …]
|
| H A D | Upgrade.cpp | 171 string strLine, strPartition, strPartInfo, strPartName; in parse_parameter() local 210 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in parse_parameter() 213 strcpy(item.szItemName, strPartName.c_str()); in parse_parameter() 224 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in parse_parameter() 227 strcpy(item.szItemName, strPartName.c_str()); in parse_parameter()
|