Searched refs:lastSlash (Results 1 – 2 of 2) sorted by relevance
241 int lastSlash = descriptor.lastIndexOf('/'); in getPackageName() local243 if (lastSlash == -1) { in getPackageName()247 return descriptor.substring(lastLeftSquare + 2, lastSlash).replace('/', '.'); in getPackageName()
183 const char* lastSlash; in descriptorClassToDot() local188 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()1404 char* lastSlash; in dumpClass() local1411 lastSlash = strrchr(mangle, '/'); in dumpClass()1412 if (lastSlash != NULL) { in dumpClass()[all …]