Home
last modified time | relevance | path

Searched refs:encodeClasspath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java125 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 DexoptUtils
288 private static String encodeClasspath(String classpath, String newElement) { in encodeClasspath() method in DexoptUtils
376 String classpath = encodeClasspath(classPaths.get(i).split(File.pathSeparator)); in processContextForDexLoad()
394 currentLoadedDexPathClasspath = encodeClasspath(currentLoadedDexPathClasspath, dexPath); in processContextForDexLoad()
/frameworks/base/services/
Dart-profile38019 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;