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

/openjdk9/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4682 #define S_ISCHR(mode) (((mode) & _S_IFCHR) == _S_IFCHR) macro

Completed in 101 milliseconds