Home
last modified time | relevance | path

Searched refs:standardPtnName (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/services/ptable_parse/
H A Dptable_manager.cpp216 std::string standardPtnName = partitionName; in GetPartionInfoByName() local
217 standardPtnName.erase(std::remove(standardPtnName.begin(), standardPtnName.end(), '/'), standardPtnName.end()); in GetPartionInfoByName()
218 std::string::size_type position = standardPtnName.find("_es"); in GetPartionInfoByName()
219 if (position != standardPtnName.npos) { in GetPartionInfoByName()
220 standardPtnName = standardPtnName.substr(0, position); in GetPartionInfoByName()
222 if (pPtable_->GetPartionInfoByName(standardPtnName, ptnInf in GetPartionInfoByName()
[all...]

Completed in 1 milliseconds