Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/lgetxattr/
Dlgetxattr01.c45 static void set_xattr(char *path, char *key, void *value, size_t size) in set_xattr() function
66 set_xattr("testfile", SECURITY_KEY1, VALUE1, strlen(VALUE1)); in setup()
67 set_xattr("symlink", SECURITY_KEY2, VALUE2, strlen(VALUE2)); in setup()