Searched refs:appLib32InstallDir (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageAbiHelper.java | 42 boolean isUpdatedSystemApp, File appLib32InstallDir); in deriveNativeLibraryPaths() argument 58 boolean isUpdatedSystemApp, String cpuAbiOverride, File appLib32InstallDir) in derivePackageAbi() argument
|
D | PackageAbiHelperImpl.java | 154 boolean isUpdatedSystemApp, File appLib32InstallDir) { in deriveNativeLibraryPaths() argument 158 AndroidPackageUtils.getRawSecondaryCpuAbi(pkg)), appLib32InstallDir, pkg.getPath(), in deriveNativeLibraryPaths() 163 final File appLib32InstallDir, final String codePath, final String sourceDir, in deriveNativeLibraryPaths() argument 199 nativeLibraryRootDir = new File(appLib32InstallDir, apkName) in deriveNativeLibraryPaths() 351 boolean isUpdatedSystemApp, String cpuAbiOverride, File appLib32InstallDir) in derivePackageAbi() argument 359 appLib32InstallDir, pkg.getPath(), in derivePackageAbi() 536 deriveNativeLibraryPaths(abis, appLib32InstallDir, in derivePackageAbi()
|
D | ScanPackageUtils.java | 300 final File appLib32InstallDir = getAppLib32InstallDir(); in scanPackageOnlyLI() local 315 appLib32InstallDir); in scanPackageOnlyLI() 335 isSystemApp, isUpdatedSystemApp, appLib32InstallDir); in scanPackageOnlyLI() 347 isUpdatedSystemApp, appLib32InstallDir); in scanPackageOnlyLI() 374 isUpdatedSystemApp, appLib32InstallDir); in scanPackageOnlyLI()
|
D | PackageManagerServiceTestParams.java | 104 public File appLib32InstallDir; field in PackageManagerServiceTestParams
|