Home | History | Annotate | Download | only in oo

Lines Matching defs:lastDot

592     const char* lastDot = strrchr(fileName, '.');
594 strlcpy(suffixBuf, (lastDot == NULL) ? "<none>" : (lastDot + 1), suffixBufLen);