Lines Matching refs:lastSlash
183 const char* lastSlash; in descriptorClassToDot() local
188 lastSlash = strrchr(str, '/'); in descriptorClassToDot()
189 if (lastSlash == NULL) in descriptorClassToDot()
190 lastSlash = str + 1; /* start past 'L' */ in descriptorClassToDot()
192 lastSlash++; /* start past '/' */ in descriptorClassToDot()
194 newStr = strdup(lastSlash); in descriptorClassToDot()
195 newStr[strlen(lastSlash)-1] = '\0'; in descriptorClassToDot()
1401 char* lastSlash; in dumpClass() local
1408 lastSlash = strrchr(mangle, '/'); in dumpClass()
1409 if (lastSlash != NULL) { in dumpClass()
1410 *lastSlash = '\0'; in dumpClass()