Home
last modified time | relevance | path

Searched defs:deriveNativeLibraryPaths (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageAbiHelperImpl.java135 public NativeLibraryPaths deriveNativeLibraryPaths(AndroidPackage pkg, in deriveNativeLibraryPaths() method in PackageAbiHelperImpl
144 private static NativeLibraryPaths deriveNativeLibraryPaths(final Abis abis, in deriveNativeLibraryPaths() method in PackageAbiHelperImpl
H A DPackageAbiHelper.java41 NativeLibraryPaths deriveNativeLibraryPaths(AndroidPackage pkg, boolean isUpdatedSystemApp, in deriveNativeLibraryPaths() method