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