Searched defs:pathForWindows (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/windows/classes/sun/nio/fs/ |
H A D | WindowsChannelFactory.java | 131 * @param pathForWindows 136 static FileChannel newFileChannel(String pathForWindows, argument 159 FileDescriptor fdObj = open(pathForWindows, pathToCheck, flags, pSecurityDescriptor); 160 return FileChannelImpl.open(fdObj, pathForWindows, flags.read, flags.write, flags.append, null); 166 * @param pathForWindows 173 static AsynchronousFileChannel newAsynchronousFileChannel(String pathForWindows, argument 197 fdObj = open(pathForWindows, pathToCheck, flags, pSecurityDescriptor); 199 x.rethrowAsIOException(pathForWindows); 219 private static FileDescriptor open(String pathForWindows, argument 299 long handle = CreateFile(pathForWindows, [all...] |
Completed in 38 milliseconds