Searched defs:getFinalAttributesIfReparsePoint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c204 DWORD getFinalAttributesIfReparsePoint(WCHAR *path, DWORD a) function
229 attr = getFinalAttributesIfReparsePoint(path, wfad.dwFileAttributes);
232 attr = getFinalAttributesIfReparsePoint(path, wfd.dwFileAttributes);
393 attr = getFinalAttributesIfReparsePoint(pathbuf, attr);

Completed in 25 milliseconds