Searched defs:appLib32InstallDir (Results 1 – 4 of 4) sorted by relevance
42 boolean isUpdatedSystemApp, File appLib32InstallDir); in deriveNativeLibraryPaths()58 boolean isUpdatedSystemApp, String cpuAbiOverride, File appLib32InstallDir) in derivePackageAbi()
137 boolean isUpdatedSystemApp, File appLib32InstallDir) { in deriveNativeLibraryPaths()146 final File appLib32InstallDir, final String codePath, final String sourceDir, in deriveNativeLibraryPaths()301 boolean isUpdatedSystemApp, String cpuAbiOverride, File appLib32InstallDir) in derivePackageAbi()
106 public File appLib32InstallDir; field in PackageManagerServiceTestParams
281 final File appLib32InstallDir = getAppLib32InstallDir(); in scanPackageOnlyLI() local