Home
last modified time | relevance | path

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

/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/util/
H A DFileUtils.java153 public static void createRestrictedFile(File file, boolean writableByOwner) throws IOException { in createRestrictedFile() method in FileUtils
218 …private static void createRestrictedFile(File file, boolean isDir, boolean writableByOwner) throws… in createRestrictedFile() method in FileUtils