Searched refs:R_OK (Results 1 – 7 of 7) sorted by relevance
93 static final int R_OK = OsConstants.R_OK; field in UnixConstants
297 mode |= (r) ? R_OK : F_OK; in checkAccess()
55 #define JVM_R_OK R_OK
300 mode = OsConstants.R_OK; in checkAccess()
549 public static final int R_OK = placeholder(); field in OsConstants
454 initConstant(env, c, "R_OK", R_OK); in OsConstants_initConstants()
435 field public static final int R_OK;