Searched defs:makeWorldReadable (Results 1 – 2 of 2) sorted by relevance
130 static void extractZipSafely(InputStream is, File targetDir, boolean makeWorldReadable) in extractZipSafely()153 entryFile.getParentFile(), makeWorldReadable); in extractZipSafely() local
62 public static void ensureDirectoriesExist(File dir, boolean makeWorldReadable) in ensureDirectoriesExist()95 public static void makeWorldReadable(File file) throws IOException { in makeWorldReadable() method in FileUtils