Searched refs:restorecon (Results 1 – 14 of 14) 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()
268 SELinux.restorecon(changedFile); in onEvent()288 SELinux.restorecon(changedFile); in onEvent()783 boolean didRestorecon = SELinux.restorecon(wallpaper.cropFile.getAbsoluteFile()); in generateCrop()1795 SELinux.restorecon(f); in onUnlockUser()2472 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()
752 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()
12115 HSPLandroid/os/SELinux;->restorecon(Ljava/io/File;)Z
56137 Landroid/os/SELinux;->restorecon(Ljava/io/File;)Z56138 Landroid/os/SELinux;->restorecon(Ljava/lang/String;)Z