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

/frameworks/native/services/vr/performanced/
H A DAndroid.mk27 sharedLibraries := \ macro
41 LOCAL_SHARED_LIBRARIES := $(sharedLibraries)
49 LOCAL_SHARED_LIBRARIES := $(sharedLibraries)
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java67 String[] sharedLibraries, boolean[] pathsWithCode) {
69 String sharedLibrariesClassPath = encodeClasspath(sharedLibraries);
191 // sharedLibraries + base.apk
66 getClassLoaderContexts(ApplicationInfo info, String[] sharedLibraries, boolean[] pathsWithCode) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java131 int performDexOpt(PackageParser.Package pkg, String[] sharedLibraries, argument
144 return performDexOptLI(pkg, sharedLibraries, instructionSets,
157 private int performDexOptLI(PackageParser.Package pkg, String[] sharedLibraries, argument
181 pkg.applicationInfo, sharedLibraries, pathsWithCode);
H A DInstaller.java294 String compilerFilter, @Nullable String volumeUuid, @Nullable String sharedLibraries,
302 dexFlags, compilerFilter, volumeUuid, sharedLibraries, seInfo, downgrade,
292 dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, int dexoptNeeded, @Nullable String outputPath, int dexFlags, String compilerFilter, @Nullable String volumeUuid, @Nullable String sharedLibraries, @Nullable String seInfo, boolean downgrade, int targetSdkVersion, @Nullable String profileName, @Nullable String dexMetadataPath, @Nullable String compilationReason) argument

Completed in 112 milliseconds