Searched defs:lastDot (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DString8.cpp580 const char* lastDot; local
592 lastDot = strrchr(lastSlash, '.');
593 if (lastDot == NULL)
597 return const_cast<char*>(lastDot);

Completed in 765 milliseconds