Searched refs:strPartName (Results 1 – 1 of 1) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 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() [all …]
|