Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java92 int performDexOpt(PackageParser.Package pkg, String[] sharedLibraries, in performDexOpt() argument
101 return performDexOptLI(pkg, sharedLibraries, instructionSets, checkProfiles, in performDexOpt()
152 private int performDexOptLI(PackageParser.Package pkg, String[] sharedLibraries, in performDexOptLI() argument
231 if (sharedLibraries != null && sharedLibraries.length != 0) { in performDexOptLI()
233 for (String lib : sharedLibraries) { in performDexOptLI()
DInstaller.java136 int dexFlags, String compilerFilter, String volumeUuid, String sharedLibraries) in dexopt() argument
140 compilerFilter, volumeUuid, sharedLibraries); in dexopt()
145 String compilerFilter, String volumeUuid, String sharedLibraries) in dexopt() argument
149 outputPath, dexFlags, compilerFilter, volumeUuid, sharedLibraries); in dexopt()
/frameworks/base/core/java/com/android/internal/os/
DInstallerConnection.java138 int dexFlags, String compilerFilter, String volumeUuid, String sharedLibraries) in dexopt() argument
141 compilerFilter, volumeUuid, sharedLibraries); in dexopt()
146 String volumeUuid, String sharedLibraries) throws InstallerException { in dexopt() argument
157 sharedLibraries); in dexopt()
DZygoteInit.java584 String sharedLibraries = ""; in performSystemServerDexOpt() local
595 sharedLibraries); in performSystemServerDexOpt()
597 if (!sharedLibraries.isEmpty()) { in performSystemServerDexOpt()
598 sharedLibraries += ":"; in performSystemServerDexOpt()
600 sharedLibraries += classPathElement; in performSystemServerDexOpt()
/frameworks/base/core/java/android/app/
DLoadedApk.java321 final String[] sharedLibraries = aInfo.sharedLibraryFiles; in makePaths() local
405 if (sharedLibraries != null) { in makePaths()
406 for (String lib : sharedLibraries) { in makePaths()