Searched defs:getFileSecurity (Results 1 - 1 of 1) 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);

Completed in 57 milliseconds