Searched refs:X_OK (Results 1 – 6 of 6) sorted by relevance
97 static final int X_OK = OsConstants.X_OK; field in UnixConstants
303 mode |= X_OK; in checkAccess()
57 #define JVM_X_OK X_OK
274 mode = OsConstants.X_OK; in checkAccess()
667 public static final int X_OK = placeholder(); field in OsConstants
612 initConstant(env, c, "X_OK", X_OK); in OsConstants_initConstants()