Home | History | Annotate | Download | only in system

Lines Matching defs:S_ISDIR

53     public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; }