Home
last modified time | relevance | path

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

/third_party/ltp/testcases/cve/
Dcve-2017-2618.c24 #define PATH_ATTRFS "/proc/self/attr/fscreate" macro
28 if (access(PATH_ATTRFS, F_OK)) in setup()
29 tst_brk(TCONF, "%s does not exist", PATH_ATTRFS); in setup()
38 fd = SAFE_OPEN(PATH_ATTRFS, O_WRONLY); in do_test()