Home
last modified time | relevance | path

Searched refs:legacyNativeLibraryPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9397 private File legacyNativeLibraryPath; field in PackageManagerService.FileInstallArgs
9417 FileInstallArgs(String codePath, String resourcePath, String legacyNativeLibraryPath, in FileInstallArgs() argument
9422 this.legacyNativeLibraryPath = (legacyNativeLibraryPath != null) ? in FileInstallArgs()
9423 new File(legacyNativeLibraryPath) : null; in FileInstallArgs()
9562 … return (legacyNativeLibraryPath != null) ? legacyNativeLibraryPath.getAbsolutePath() : null; in getLegacyNativeLibraryPath()
9579 … if (legacyNativeLibraryPath != null && !FileUtils.contains(codeFile, legacyNativeLibraryPath)) { in cleanUp()
9580 if (!FileUtils.deleteContents(legacyNativeLibraryPath)) { in cleanUp()
9581 … Slog.w(TAG, "Couldn't delete native library directory " + legacyNativeLibraryPath); in cleanUp()
9583 legacyNativeLibraryPath.delete(); in cleanUp()
DSettings.java658 final String legacyNativeLibraryPath = pkg.applicationInfo.nativeLibraryRootDir; in insertPackageSettingLPw() local
674 if (!Objects.equals(legacyNativeLibraryPath, p.legacyNativeLibraryPathString)) { in insertPackageSettingLPw()
675 p.legacyNativeLibraryPathString = legacyNativeLibraryPath; in insertPackageSettingLPw()