Searched refs:lastDot (Results 1 – 2 of 2) sorted by relevance
571 const char* lastDot; in find_extension() local582 lastDot = strrchr(lastSlash, '.'); in find_extension()583 if (lastDot == nullptr) in find_extension()587 return const_cast<char*>(lastDot); in find_extension()
119 size_t lastDot = descriptor.rfind('.'); in tryShortenProcessName() local120 if (lastDot == std::string::npos) return; in tryShortenProcessName()121 size_t secondDot = descriptor.rfind('.', lastDot - 1); in tryShortenProcessName()