Lines Matching refs:lastSlash
191 const char* lastSlash; in descriptorClassToDot() local
196 lastSlash = strrchr(str, '/'); in descriptorClassToDot()
197 if (lastSlash == NULL) in descriptorClassToDot()
198 lastSlash = str + 1; /* start past 'L' */ in descriptorClassToDot()
200 lastSlash++; /* start past '/' */ in descriptorClassToDot()
202 newStr = strdup(lastSlash); in descriptorClassToDot()
203 newStr[strlen(lastSlash)-1] = '\0'; in descriptorClassToDot()
1521 char* lastSlash; in dumpClass() local
1528 lastSlash = strrchr(mangle, '/'); in dumpClass()
1529 if (lastSlash != NULL) { in dumpClass()
1530 *lastSlash = '\0'; in dumpClass()