Home
last modified time | relevance | path

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

/external/toybox/lib/
Dportability.h202 ssize_t xattr_fget(int fd, const char *, void *, size_t);
Dportability.c297 ssize_t xattr_fget(int fd, const char *name, void *value, size_t size) in xattr_fget() function
347 ssize_t xattr_fget(int fd, const char *name, void *value, size_t size) in xattr_fget() function
/external/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()