Searched refs:createFileExclusively (Results 1 – 4 of 4) sorted by relevance
158 public abstract boolean createFileExclusively(String pathname) in createFileExclusively() method in FileSystem
1006 return fs.createFileExclusively(path); in createNewFile()2007 if (!fs.createFileExclusively(f.getPath())) in createTempFile()
314 public boolean createFileExclusively(String path) throws IOException { in createFileExclusively() method in UnixFileSystem
85 public abstract boolean createFileExclusively(java.lang.String pathname) in createFileExclusively() method in FileSystem