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()
556 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()1816 SELinux.restorecon(f); in onUnlockUser()2493 if (!SELinux.restorecon(wallpaper.wallpaperFile)) { in updateWallpaperBitmapLocked()
693 if (!SELinux.restorecon(mBackupDataFile)) { in extractAgentData()
798 if (!SELinux.restorecon(fpDir)) { in updateActiveGroup()
1147 if (!SELinux.restorecon(faceDir)) { in updateActiveGroup()
758 if (!SELinux.restorecon(stageDir)) { in prepareStageDir()
1385 SELinux.restorecon(packagePath); in openIconFileForWrite()
2071 && tmp.renameTo(file) && SELinux.restorecon(file)) { in writeBitmapLP()
794 SELinux.restorecon(cacheDir); in getRingtoneCacheDir()
12115 HSPLandroid/os/SELinux;->restorecon(Ljava/io/File;)Z
52356 Landroid/os/SELinux;->restorecon(Ljava/io/File;)Z52357 Landroid/os/SELinux;->restorecon(Ljava/lang/String;)Z