Searched refs:lastPkgIndex (Results 1 – 1 of 1) sorted by relevance
162 int lastPkgIndex = classPath.length() - split[classNameIndex].length() - 1; in convertClassPathToComponentName() local163 String pkgName = lastPkgIndex > 0 ? classPath.substring(0, lastPkgIndex) : ""; in convertClassPathToComponentName()