Home
last modified time | relevance | path

Searched refs:restorecon (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DSELinux.java139 public static boolean restorecon(String pathname) throws NullPointerException { in restorecon() method in SELinux
167 public static boolean restorecon(File file) throws NullPointerException { in restorecon() method in SELinux
/frameworks/base/services/java/com/android/server/am/
DDeviceMonitor.java84 if (!SELinux.restorecon(BASE)) {
DActivityManagerService.java3082 if (!SELinux.restorecon(tracesDir)) { in dumpStackTraces()
3191 if (!SELinux.restorecon(tracesDir.getPath())) { in logAppTooSlow()
/frameworks/base/services/java/com/android/server/
DWallpaperManagerService.java754 if (!SELinux.restorecon(file)) { in updateWallpaperBitmapLocked()
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java4479 } else if (!SELinux.restorecon(nativeLibraryDir)) { in copyNativeLibrariesForInternalApp()
7006 if (!SELinux.restorecon(newCodeFile)) { in doRename()
8025 if (!SELinux.restorecon(tmpPackageFile)) { in createTempPackageFile()