Home
last modified time | relevance | path

Searched refs:XATTR_NOFOLLOW (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/lib/
H A Dportability.c293 return getxattr(path, name, value, size, 0, XATTR_NOFOLLOW); in xattr_lget()
308 return listxattr(path, list, size, XATTR_NOFOLLOW); in xattr_llist()
325 return setxattr(path, name, value, size, 0, flags | XATTR_NOFOLLOW); in xattr_lset()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4384 pub const XATTR_NOFOLLOW: ::c_int = 0x0001; consts

Completed in 22 milliseconds