Lines Matching refs:standardPtnName
216 std::string standardPtnName = partitionName;
217 standardPtnName.erase(std::remove(standardPtnName.begin(), standardPtnName.end(), '/'), standardPtnName.end());
218 std::string::size_type position = standardPtnName.find("_es");
219 if (position != standardPtnName.npos) {
220 standardPtnName = standardPtnName.substr(0, position);
222 if (pPtable_->GetPartionInfoByName(standardPtnName, ptnInfo, index)) {
225 LOG(ERROR) << "GetPartionInfoByName failed! Not found " << standardPtnName;