Searched refs:secondDot (Results 1 – 1 of 1) sorted by relevance
121 size_t secondDot = descriptor.rfind('.', lastDot - 1); in tryShortenProcessName() local122 if (secondDot == std::string::npos) return; in tryShortenProcessName()124 std::string newName = processName.substr(secondDot + 1, std::string::npos); in tryShortenProcessName()