Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/open/
Dopen14.c102 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/
Dopenat03.c113 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/
Dsafe_macros.h97 #define SAFE_LINKAT(cleanup_fn, olddirfd, oldpath, newdirfd, newpath, flags) \ macro
/external/ltp/include/
Dtst_safe_macros.h134 #define SAFE_LINKAT(olddirfd, oldpath, newdirfd, newpath, flags) \ macro