Searched refs:getPathForWin32Calls (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java55 return join(file.getPathForWin32Calls(), name);
70 FirstStream first = FindFirstStream(file.getPathForWin32Calls());
103 handle = CreateFile(file.getPathForWin32Calls(),
292 handle = CreateFile(file.getPathForWin32Calls(),
H A DWindowsFileSystemProvider.java110 .newFileChannel(file.getPathForWin32Calls(),
140 .newAsynchronousFileChannel(file.getPathForWin32Calls(),
225 .newFileChannel(file.getPathForWin32Calls(),
247 RemoveDirectory(file.getPathForWin32Calls());
249 DeleteFile(file.getPathForWin32Calls());
325 .newFileChannel(file.getPathForWin32Calls(),
494 CreateDirectory(dir.getPathForWin32Calls(), sd.address());
570 CreateSymbolicLink(link.getPathForWin32Calls(),
597 CreateHardLink(link.getPathForWin32Calls(),
598 existing.getPathForWin32Calls());
[all...]
H A DWindowsLinkSupport.java100 return input.getPathForWin32Calls();
104 return input.getPathForWin32Calls();
125 return target.getPathForWin32Calls();
H A DWindowsDirectoryStream.java70 String search = dir.getPathForWin32Calls();
H A DWindowsFileStore.java87 target = file.getPathForWin32Calls();
H A DWindowsFileAttributes.java309 GetFileAttributesEx(path.getPathForWin32Calls(), address);
327 String search = path.getPathForWin32Calls();
H A DWindowsFileCopy.java466 return path.getPathForWin32Calls();
493 SetFileSecurity(target.getPathForWin32Calls(), request,
H A DWindowsFileAttributeViews.java85 handle = CreateFile(file.getPathForWin32Calls(),
H A DWindowsPath.java178 String getPathForWin32Calls() throws WindowsException { method in class:WindowsPath
781 return CreateFile(getPathForWin32Calls(),
H A DWindowsWatchService.java338 handle = CreateFile(dir.getPathForWin32Calls(),

Completed in 48 milliseconds