Searched refs:openForReadAttributeAccess (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java97 sourceHandle = source.openForReadAttributeAccess(followLinks);
112 targetHandle = target.openForReadAttributeAccess(false);
316 sourceHandle = source.openForReadAttributeAccess(false);
331 targetHandle = target.openForReadAttributeAccess(false);
H A DWindowsLinkSupport.java54 handle = path.openForReadAttributeAccess(false); // don't follow links
72 h = input.openForReadAttributeAccess(true);
H A DWindowsFileSystemProvider.java425 h1 = file1.openForReadAttributeAccess(true);
438 h2 = file2.openForReadAttributeAccess(true);
H A DWindowsFileAttributes.java352 long handle = path.openForReadAttributeAccess(followLinks);
H A DWindowsPath.java775 long openForReadAttributeAccess(boolean followLinks) method in class:WindowsPath

Completed in 30 milliseconds