Home
last modified time | relevance | path

Searched defs:makeWorldReadable (Results 1 – 2 of 2) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
DTimeZoneDistro.java130 static void extractZipSafely(InputStream is, File targetDir, boolean makeWorldReadable) in extractZipSafely()
153 entryFile.getParentFile(), makeWorldReadable); in extractZipSafely() local
DFileUtils.java62 public static void ensureDirectoriesExist(File dir, boolean makeWorldReadable) in ensureDirectoriesExist()
95 public static void makeWorldReadable(File file) throws IOException { in makeWorldReadable() method in FileUtils