Home
last modified time | relevance | path

Searched refs:getNativeLibraryPaths (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageAbiHelperImpl.java133 public NativeLibraryPaths getNativeLibraryPaths( in getNativeLibraryPaths() method in PackageAbiHelperImpl
135 return getNativeLibraryPaths(new Abis(pkg), appLib32InstallDir, pkg.codePath, in getNativeLibraryPaths()
140 private static NativeLibraryPaths getNativeLibraryPaths(final Abis abis, in getNativeLibraryPaths() method in PackageAbiHelperImpl
300 final NativeLibraryPaths initialLibraryPaths = getNativeLibraryPaths(new Abis(pkg), in derivePackageAbi()
460 getNativeLibraryPaths(abis, PackageManagerService.sAppLib32InstallDir, in derivePackageAbi()
DPackageAbiHelper.java34 NativeLibraryPaths getNativeLibraryPaths( in getNativeLibraryPaths() method
DPackageManagerService.java11377 packageAbiHelper.getNativeLibraryPaths(pkg, sAppLib32InstallDir);
11388 packageAbiHelper.getNativeLibraryPaths(pkg, sAppLib32InstallDir);
11411 packageAbiHelper.getNativeLibraryPaths(pkg, sAppLib32InstallDir);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DScanTests.java87 when(mMockPackageAbiHelper.getNativeLibraryPaths( in setupDefaultAbiBehavior()