HomeSort by relevance Sort by last modified time
    Searched refs:nativeLibraryPath (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 67 public static boolean removeNativeBinariesLI(String nativeLibraryPath) {
68 return removeNativeBinariesFromDirLI(new File(nativeLibraryPath));
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 544 final String nativeLibraryPath = pkg.applicationInfo.nativeLibraryDir;
545 if (nativeLibraryPath != null
546 && !nativeLibraryPath.equalsIgnoreCase(p.nativeLibraryPathString)) {
547 p.nativeLibraryPathString = nativeLibraryPath;
    [all...]
PackageManagerService.java     [all...]

Completed in 310 milliseconds