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

  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 221 public static void removeNativeBinariesFromDirLI(File nativeLibraryRoot, boolean deleteRootDir) {
223 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryRoot.getPath());
231 if (nativeLibraryRoot.exists()) {
232 final File[] files = nativeLibraryRoot.listFiles();
249 if (!nativeLibraryRoot.delete()) {
250 Slog.w(TAG, "Could not delete native binary directory: " + nativeLibraryRoot.getPath());
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 133 milliseconds