Searched refs:xattr_fget (Results 1 – 4 of 4) sorted by relevance
/third_party/toybox/lib/ |
D | portability.h | 195 ssize_t xattr_fget(int fd, const char *, void *, size_t);
|
D | portability.c | 296 ssize_t xattr_fget(int fd, const char *name, void *value, size_t size) in xattr_fget() function 346 ssize_t xattr_fget(int fd, const char *name, void *value, size_t size) in xattr_fget() function
|
/third_party/toybox/toys/posix/ |
D | cp.c | 291 if ((len = xattr_fget(fdin, name, 0, 0))>0) { in cp_node() 293 if (len == xattr_fget(fdin, name, value, len)) in cp_node()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | cp.c | 264 if ((len = xattr_fget(fdin, name, 0, 0))>0) { in cp_node() 266 if (len == xattr_fget(fdin, name, value, len)) in cp_node()
|