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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributes.java83 private static final short OFFSETOF_FILE_ATTRIBUTE_DATA_CREATETIME = 4; field in class:WindowsFileAttributes
215 long creationTime = unsafe.getLong(address + OFFSETOF_FILE_ATTRIBUTE_DATA_CREATETIME);

Completed in 31 milliseconds