Searched refs:encodeClasspath (Results 1 – 1 of 1) sorted by relevance
69 String sharedLibrariesClassPath = encodeClasspath(sharedLibraries); in getClassLoaderContexts()87 encodeClasspath(sharedLibrariesClassPath, baseApkName); in getClassLoaderContexts()110 classpath = encodeClasspath(classpath, splitRelativeCodePaths[i - 1]); in getClassLoaderContexts()217 private static String encodeClasspath(String[] classpathElements) { in encodeClasspath() method in DexoptUtils235 private static String encodeClasspath(String classpath, String newElement) { in encodeClasspath() method in DexoptUtils324 String classpath = encodeClasspath(classPaths.get(i).split(File.pathSeparator)); in processContextForDexLoad()342 currentLoadedDexPathClasspath = encodeClasspath(currentLoadedDexPathClasspath, dexPath); in processContextForDexLoad()