Home
last modified time | relevance | path

Searched refs:SAFE_GETXATTR (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr05.c64 res1 = SAFE_GETXATTR(TEST_FILE, "system.posix_acl_access", in verify_getxattr()
66 res2 = SAFE_GETXATTR(TEST_FILE, "system.posix_acl_access", in verify_getxattr()
/external/ltp/include/
Dtst_safe_macros.h473 #define SAFE_GETXATTR(path, name, value, size) \ macro