Searched refs:legacyNativeLibraryPath (Results 1 – 2 of 2) sorted by relevance
9397 private File legacyNativeLibraryPath; field in PackageManagerService.FileInstallArgs9417 FileInstallArgs(String codePath, String resourcePath, String legacyNativeLibraryPath, in FileInstallArgs() argument9422 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()
658 final String legacyNativeLibraryPath = pkg.applicationInfo.nativeLibraryRootDir; in insertPackageSettingLPw() local674 if (!Objects.equals(legacyNativeLibraryPath, p.legacyNativeLibraryPathString)) { in insertPackageSettingLPw()675 p.legacyNativeLibraryPathString = legacyNativeLibraryPath; in insertPackageSettingLPw()