Home | History | Annotate | Download | only in analysis

Lines Matching defs:lastPart

354     const char* lastPart = strrchr(fileName, '/');
355 if (lastPart != NULL)
356 lastPart++;
358 lastPart = fileName;
360 LOGD("DexOpt: --- BEGIN '%s' (bootstrap=%d) ---", lastPart, isBootstrap);
504 LOGD("DexOpt: --- END '%s' (success) ---", lastPart);
508 lastPart, status);