Searched refs:SAFE_LINKAT (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 102 SAFE_LINKAT(cleanup, AT_FDCWD, path, AT_FDCWD, "tmpfile", in test01() 170 SAFE_LINKAT(cleanup, AT_FDCWD, path1, AT_FDCWD, path2, in link_tmp_file()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 113 SAFE_LINKAT(cleanup, AT_FDCWD, path, AT_FDCWD, "tmpfile", in test01() 181 SAFE_LINKAT(cleanup, AT_FDCWD, path1, AT_FDCWD, path2, in link_tmp_file()
|
/external/ltp/include/old/ |
D | safe_macros.h | 97 #define SAFE_LINKAT(cleanup_fn, olddirfd, oldpath, newdirfd, newpath, flags) \ macro
|
/external/ltp/include/ |
D | tst_safe_macros.h | 151 #define SAFE_LINKAT(olddirfd, oldpath, newdirfd, newpath, flags) \ macro
|