Lines Matching refs:strPartName
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()
3702 string strLine, strUUid, strPartInfo, strPartName; in get_uuid_from_parameter() local
3722 bRet = ParseUuidInfo(strPartInfo, strPartName, strUUid); in get_uuid_from_parameter()
3725 strcpy(uuid_item.szItemName, strPartName.c_str()); in get_uuid_from_parameter()