Searched refs:O_NOFOLLOW (Results 1 – 7 of 7) sorted by relevance
57 static final int O_NOFOLLOW = OsConstants.O_NOFOLLOW; field in UnixConstants
87 if (option == LinkOption.NOFOLLOW_LINKS && O_NOFOLLOW != 0) { in toFlags()221 if (flags.deleteOnClose && O_NOFOLLOW == 0) { in open()231 oflags |= O_NOFOLLOW; in open()
130 flags |= O_NOFOLLOW; in newDirectoryStream()343 oflags |= O_NOFOLLOW; in open()
772 if (O_NOFOLLOW == 0) in openForAttributeAccess()774 flags |= O_NOFOLLOW; in openForAttributeAccess()
407 if (!openatSupported() || O_NOFOLLOW == 0) { in newDirectoryStream()
409 public static final int O_NOFOLLOW = placeholder(); field in OsConstants
406 initConstant(env, c, "O_NOFOLLOW", O_NOFOLLOW); in OsConstants_initConstants()