Home
last modified time | relevance | path

Searched refs:xattr_fget (Results 1 – 4 of 4) sorted by relevance

/third_party/toybox/lib/
Dportability.h195 ssize_t xattr_fget(int fd, const char *, void *, size_t);
Dportability.c296 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/
Dcp.c291 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/
Dcp.c264 if ((len = xattr_fget(fdin, name, 0, 0))>0) { in cp_node()
266 if (len == xattr_fget(fdin, name, value, len)) in cp_node()