Searched refs:sharedLibraries (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageDexOptimizer.java | 92 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()
|
D | Installer.java | 136 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/ |
D | InstallerConnection.java | 138 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()
|
D | ZygoteInit.java | 584 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/ |
D | LoadedApk.java | 321 final String[] sharedLibraries = aInfo.sharedLibraryFiles; in makePaths() local 405 if (sharedLibraries != null) { in makePaths() 406 for (String lib : sharedLibraries) { in makePaths()
|