Searched refs:restorecon (Results 1 – 12 of 12) sorted by relevance
139 public static boolean restorecon(String pathname) throws NullPointerException { in restorecon() method in SELinux167 public static boolean restorecon(File file) throws NullPointerException { in restorecon() method in SELinux
138 if (!SELinux.restorecon(mBackupDataName)) { in prepareBackupFiles()
508 if (!SELinux.restorecon(mBaseStateDir)) { in UserBackupManagerService()
301 } else if (!SELinux.restorecon(path)) { in createNativeLibrarySubdir()
265 SELinux.restorecon(changedFile); in onEvent()285 SELinux.restorecon(changedFile); in onEvent()734 boolean didRestorecon = SELinux.restorecon(wallpaper.cropFile.getAbsoluteFile()); in generateCrop()1746 SELinux.restorecon(f); in onUnlockUser()2418 if (!SELinux.restorecon(wallpaper.wallpaperFile)) { in updateWallpaperBitmapLocked()
693 if (!SELinux.restorecon(mBackupDataFile)) { in extractAgentData()
796 if (!SELinux.restorecon(fpDir)) { in updateActiveGroup()
960 if (!SELinux.restorecon(faceDir)) { in updateActiveGroup()
746 if (!SELinux.restorecon(stageDir)) { in prepareStageDir()
1385 SELinux.restorecon(packagePath); in openIconFileForWrite()
2012 && tmp.renameTo(file) && SELinux.restorecon(file)) { in writeBitmapLP()
794 SELinux.restorecon(cacheDir); in getRingtoneCacheDir()