Home | History | Annotate | Download | only in system

Lines Matching defs:S_ISCHR

48     public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; }