Lines Matching defs:dispName
450 LOG(INFO) << "ptable.entry[" << i << "].name=" << partitionInfo_[i].dispName.c_str() <<
467 LOG(INFO) << "ptable.entry[" << i << "].name=" << ptnInfo[i].dispName.c_str() << ", startAddr=0x" <<
524 if (partitionInfo_[i].dispName.size() == partitionName.size() &&
525 strcasecmp(partitionInfo_[i].dispName.c_str(), partitionName.c_str()) == 0) {
578 std::string dispName;
580 ParsePartitionName(&ptnInfoBuf[GPT_PARTITION_NAME_OFFSET], MAX_GPT_NAME_SIZE, dispName, MAX_GPT_NAME_SIZE / 2);
581 if (dispName.empty()) {
586 if (!AdjustGpt(ptnInfoBuf, gptSize - readSize, dispName, preLastLBA, lastPtnLastLBA)) {
594 if (dispName == modifyInfo.dispName) {
595 LOG(INFO) << "modify part dectected!! dispName = " << dispName;
598 if ((dispName == LAST_PATITION_NAME) && (lastLBA != lastPtnLastLBA)) {