Searched refs:splitRelativeCodePaths (Results 1 – 1 of 1) sorted by relevance
89 String[] splitRelativeCodePaths = getSplitRelativeCodePaths(pkg); in getClassLoaderContexts() local99 String[] classLoaderContexts = new String[/*base apk*/ 1 + splitRelativeCodePaths.length]; in getClassLoaderContexts()125 classpath = encodeClasspath(classpath, splitRelativeCodePaths[i - 1]); in getClassLoaderContexts()138 String[] splitClassLoaderEncodingCache = new String[splitRelativeCodePaths.length]; in getClassLoaderContexts()139 for (int i = 0; i < splitRelativeCodePaths.length; i++) { in getClassLoaderContexts()140 splitClassLoaderEncodingCache[i] = encodeClassLoader(splitRelativeCodePaths[i], in getClassLoaderContexts()407 String[] splitRelativeCodePaths = new String[ArrayUtils.size(splitCodePaths)]; in getSplitRelativeCodePaths() local408 for (int i = 0; i < splitRelativeCodePaths.length; i++) { in getSplitRelativeCodePaths()410 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()418 return splitRelativeCodePaths; in getSplitRelativeCodePaths()