Searched refs:classpathElements (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java213 * Encodes the shared libraries classpathElements in a format accepted by dexopt.
217 private static String encodeClasspath(String[] classpathElements) { argument
218 if (classpathElements == null || classpathElements.length == 0) {
222 for (String element : classpathElements) {

Completed in 353 milliseconds