Searched refs:getFileSecurity (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsAclFileAttributeView.java80 static NativeBuffer getFileSecurity(String path, int request) method in class:WindowsAclFileAttributeView
121 NativeBuffer buffer = getFileSecurity(path, OWNER_SECURITY_INFORMATION);
148 NativeBuffer buffer = getFileSecurity(path, DACL_SECURITY_INFORMATION);
H A DWindowsFileCopy.java490 WindowsAclFileAttributeView.getFileSecurity(path, request);
H A DWindowsFileSystemProvider.java300 .getFileSecurity(target,

Completed in 199 milliseconds