Searched refs:S_IFDIR (Results 1 – 2 of 2) sorted by relevance
39 public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; } in S_ISDIR()470 public static final int S_IFDIR = placeholder(); field in OsConstants
531 initConstant(env, c, "S_IFDIR", S_IFDIR); in OsConstants_initConstants()