Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java81 String[] splitRelativeCodePaths = getSplitRelativeCodePaths(info); in getClassLoaderContexts()
351 private static String[] getSplitRelativeCodePaths(ApplicationInfo info) { in getSplitRelativeCodePaths() method in DexoptUtils