Searched refs:X_OK (Results 1 – 8 of 8) sorted by relevance
97 static final int X_OK = OsConstants.X_OK; field in UnixConstants
309 mode |= X_OK; in checkAccess()
57 #define JVM_X_OK X_OK
1316 public static final int X_OK; field in OsConstants1317 static { X_OK = 0; }
325 mode = OsConstants.X_OK; in checkAccess()
864 public static final int X_OK = placeholder(); field in OsConstants
641 initConstant(env, c, "X_OK", X_OK); in OsConstants_initConstants()
580 field public static final int X_OK;