Searched refs:restorecon (Results 1 – 13 of 13) 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
94 if (!SELinux.restorecon(mDirectory)) { in start()
139 if (!SELinux.restorecon(mBackupDataName)) { in prepareBackupFiles()
624 if (!SELinux.restorecon(mBaseStateDir)) { in UserBackupManagerService()
306 } else if (!SELinux.restorecon(path)) { in createNativeLibrarySubdir()
276 SELinux.restorecon(changedFile); in onEvent()296 SELinux.restorecon(changedFile); in onEvent()769 boolean didRestorecon = SELinux.restorecon(wallpaper.cropFile.getAbsoluteFile()); in generateCrop()1851 SELinux.restorecon(f); in onUnlockUser()2705 if (!SELinux.restorecon(wallpaper.wallpaperFile)) { in updateWallpaperBitmapLocked()
917 if (!SELinux.restorecon(mBackupDataFile)) { in extractAgentData()
925 if (!SELinux.restorecon(stageDir)) { in prepareStageDir()
1492 if (!SELinux.restorecon(source)) { in stageViaHardLink()
1479 SELinux.restorecon(packagePath); in openIconFileForWrite()
2590 && tmp.renameTo(file) && SELinux.restorecon(file)) { in writeBitmapLP()
845 SELinux.restorecon(cacheDir); in getRingtoneCacheDir()
41801 Landroid/os/SELinux;->restorecon(Ljava/io/File;)Z41802 Landroid/os/SELinux;->restorecon(Ljava/lang/String;)Z