Searched refs:S_IFDIR (Results 1 – 5 of 5) sorted by relevance
83 static final int S_IFDIR = OsConstants.S_IFDIR; field in UnixConstants
158 return ((st_mode & UnixConstants.S_IFMT) == UnixConstants.S_IFDIR); in isDirectory()170 type != UnixConstants.S_IFDIR && in isOther()
60 public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; } in S_ISDIR()612 public static final int S_IFDIR = placeholder(); field in OsConstants
136 | ((fmt == S_IFDIR) ? java_io_FileSystem_BA_DIRECTORY : 0)); in Java_java_io_UnixFileSystem_getBooleanAttributes0()
572 initConstant(env, c, "S_IFDIR", S_IFDIR); in OsConstants_initConstants()