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

/frameworks/native/libs/utils/
H A DString8.cpp538 const char* lastDot; local
550 lastDot = strrchr(lastSlash, '.');
551 if (lastDot == NULL)
555 return const_cast<char*>(lastDot);

Completed in 45 milliseconds