Lines Matching refs:strPartName
345 string strLine, strPartition, strPartInfo, strPartName, strUUid; in parse_parameter() local
369 bRet = ParseUuidInfo(strPartInfo, strPartName, strUUid); in parse_parameter()
371 strcpy(uuid_item.szItemName, strPartName.c_str()); in parse_parameter()
392 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in parse_parameter()
394 strcpy(item.szItemName, strPartName.c_str()); in parse_parameter()
404 bRet = ParsePartitionInfo(strPartInfo, strPartName, uiPartOffset, uiPartSize); in parse_parameter()
406 strcpy(item.szItemName, strPartName.c_str()); in parse_parameter()
669 string strPartName; in create_gpt_buffer() local
701 strPartName = vecParts[i].szItemName; in create_gpt_buffer()
702 colonPos = strPartName.find_first_of(':'); in create_gpt_buffer()
704 if (strPartName.find("bootable") != string::npos) in create_gpt_buffer()
706 if (strPartName.find("grow") != string::npos) in create_gpt_buffer()
708 strPartName = strPartName.substr(0, colonPos); in create_gpt_buffer()
709 vecParts[i].szItemName[strPartName.size()] = 0; in create_gpt_buffer()