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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributes.java125 private final int fileAttrs; field in class:WindowsFileAttributes
165 private WindowsFileAttributes(int fileAttrs, argument
175 this.fileAttrs = fileAttrs;
190 int fileAttrs = unsafe.getInt(address + OFFSETOF_FILE_INFORMATION_ATTRIBUTES);
199 return new WindowsFileAttributes(fileAttrs,
214 int fileAttrs = unsafe.getInt(address + OFFSETOF_FILE_ATTRIBUTE_DATA_ATTRIBUTES);
220 return new WindowsFileAttributes(fileAttrs,
243 int fileAttrs = unsafe.getInt(address + OFFSETOF_FIND_DATA_ATTRIBUTES);
249 int reparseTag = isReparsePoint(fileAttrs)
[all...]

Completed in 30 milliseconds