Searched refs:SAFE_READLINK (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd03.c | 65 SAFE_READLINK(dir_link, link, sizeof(link)); in verify_getcwd()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 98 SAFE_READLINK(cleanup, path, tmp, PATH_MAX); in test01()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 109 SAFE_READLINK(cleanup, path, tmp, PATH_MAX); in test01()
|
/third_party/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 339 SAFE_READLINK(tst_device->dev, tmp, PATH_MAX); in setup_readahead_length()
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 101 #define SAFE_READLINK(cleanup_fn, path, buf, bufsize) \ macro
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 169 #define SAFE_READLINK(path, buf, bufsize) \ macro
|