Home | History | Annotate | Download | only in wallpaper

Lines Matching defs:FileUtils

65 import android.os.FileUtils;
684 success = FileUtils.copyFile(wallpaper.wallpaperFile, wallpaper.cropFile);
2090 FileUtils.setPermissions(
2092 FileUtils.S_IRWXU|FileUtils.S_IRWXG|FileUtils.S_IXOTH,
2474 FileUtils.sync(fstream);
2553 FileUtils.copyFile(preNWallpaper, newWallpaper);
2566 FileUtils.copyFile(originalWallpaper, preNWallpaper);
2924 FileUtils.sync(fos);
2927 FileUtils.sync(cos);