OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_getxattr
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/
tst_safe_macros.h
453
ssize_t
safe_getxattr
(const char *file, const int lineno, const char *path,
455
#define
SAFE_GETXATTR
(path, name, value, size) \
456
safe_getxattr
(__FILE__, __LINE__, (path), (name), (value), (size))
/external/ltp/lib/
safe_macros.c
853
ssize_t
safe_getxattr
(const char *file, const int lineno, const char *path,
function
Completed in 52 milliseconds