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