Searched refs:encodeClasspath (Results 1 – 2 of 2) sorted by relevance
125 classpath = encodeClasspath(classpath, splitRelativeCodePaths[i - 1]); in getClassLoaderContexts()243 encodeClasspath(paths.toArray(new String[paths.size()])), in encodeSharedLibrary()270 private static String encodeClasspath(String[] classpathElements) { in encodeClasspath() method in DexoptUtils288 private static String encodeClasspath(String classpath, String newElement) { in encodeClasspath() method in DexoptUtils376 String classpath = encodeClasspath(classPaths.get(i).split(File.pathSeparator)); in processContextForDexLoad()394 currentLoadedDexPathClasspath = encodeClasspath(currentLoadedDexPathClasspath, dexPath); in processContextForDexLoad()
38019 HPLcom/android/server/pm/dex/DexoptUtils;->encodeClasspath(Ljava/lang/String;Ljava/lang/String;)Lja…38020 HPLcom/android/server/pm/dex/DexoptUtils;->encodeClasspath([Ljava/lang/String;)Ljava/lang/String;