Searched refs:splitRelativeCodePaths (Results 1 – 1 of 1) sorted by relevance
87 String[] splitRelativeCodePaths = getSplitRelativeCodePaths(info); in getClassLoaderContexts() local97 String[] classLoaderContexts = new String[/*base apk*/ 1 + splitRelativeCodePaths.length]; in getClassLoaderContexts()119 classpath = encodeClasspath(classpath, splitRelativeCodePaths[i - 1]); in getClassLoaderContexts()132 String[] splitClassLoaderEncodingCache = new String[splitRelativeCodePaths.length]; in getClassLoaderContexts()133 for (int i = 0; i < splitRelativeCodePaths.length; i++) { in getClassLoaderContexts()134 splitClassLoaderEncodingCache[i] = encodeClassLoader(splitRelativeCodePaths[i], in getClassLoaderContexts()400 String[] splitRelativeCodePaths = new String[splitCodePaths.length]; in getSplitRelativeCodePaths() local403 splitRelativeCodePaths[i] = pathFile.getName(); in getSplitRelativeCodePaths()411 return splitRelativeCodePaths; in getSplitRelativeCodePaths()