Searched refs:getNativeLibraryPaths (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageAbiHelperImpl.java | 133 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()
|
D | PackageAbiHelper.java | 34 NativeLibraryPaths getNativeLibraryPaths( in getNativeLibraryPaths() method
|
D | PackageManagerService.java | 11377 packageAbiHelper.getNativeLibraryPaths(pkg, sAppLib32InstallDir); 11388 packageAbiHelper.getNativeLibraryPaths(pkg, sAppLib32InstallDir); 11411 packageAbiHelper.getNativeLibraryPaths(pkg, sAppLib32InstallDir);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ScanTests.java | 87 when(mMockPackageAbiHelper.getNativeLibraryPaths( in setupDefaultAbiBehavior()
|