Searched defs:encodeClasspath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java69 String sharedLibrariesClassPath = encodeClasspath(sharedLibraries);
87 encodeClasspath(sharedLibrariesClassPath, baseApkName);
110 classpath = encodeClasspath(classpath, splitRelativeCodePaths[i - 1]);
217 private static String encodeClasspath(String[] classpathElements) { method in class:DexoptUtils
233 * {@see PackageDexOptimizer.encodeClasspath(String[])}
235 private static String encodeClasspath(String classpath, String newElement) { method in class:DexoptUtils
324 String classpath = encodeClasspath(classPaths.get(i).split(File.pathSeparator));
342 currentLoadedDexPathClasspath = encodeClasspath(currentLoadedDexPathClasspath, dexPath);

Completed in 297 milliseconds