Searched refs:restorecon (Results 1 – 12 of 12) sorted by relevance
115 public static boolean restorecon(String pathname) throws NullPointerException { in restorecon() method in SELinux143 public static boolean restorecon(File file) throws NullPointerException { in restorecon() method in SELinux
134 if (!SELinux.restorecon(mBackupDataName)) { in prepareBackupFiles()
821 if (!SELinux.restorecon(mBaseStateDir)) { in BackupManagerService()
302 } else if (!SELinux.restorecon(path)) { in createNativeLibrarySubdir()
261 SELinux.restorecon(changedFile); in onEvent()281 SELinux.restorecon(changedFile); in onEvent()767 boolean didRestorecon = SELinux.restorecon(wallpaper.cropFile.getAbsoluteFile()); in generateCrop()1464 SELinux.restorecon(f); in onUnlockUser()2097 if (!SELinux.restorecon(wallpaper.wallpaperFile)) { in updateWallpaperBitmapLocked()
704 if (!SELinux.restorecon(mBackupDataName)) { in invokeAgentForBackup()
656 if (!SELinux.restorecon(stageDir)) { in prepareStageDir()
1377 SELinux.restorecon(packagePath); in openIconFileForWrite()
1951 && tmp.renameTo(file) && SELinux.restorecon(file)) { in writeBitmapLP()
1523 if (!SELinux.restorecon(fpDir)) { in updateActiveGroup()
691 SELinux.restorecon(cacheDir); in getRingtoneCacheDir()
28421 HSPLandroid/os/SELinux;->restorecon(Ljava/io/File;)Z