Searched refs:lastCharPos (Results 1 – 1 of 1) sorted by relevance
126 size_t lastCharPos = unitName.rfind('.'); in getPortStatusAndPath() local127 if (lastCharPos == std::string::npos) in getPortStatusAndPath()133 std::string unitNameEnd = unitName.substr(lastCharPos); in getPortStatusAndPath()143 lastCharPos = atCharPos; in getPortStatusAndPath()148 std::string unitNameStr = unitName.substr(0, lastCharPos); in getPortStatusAndPath()