Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd04.c51 SAFE_GETCWD(cur_cwd, PATH_MAX); in verify_getcwd()
75 SAFE_GETCWD(init_cwd, PATH_MAX); in setup()
/third_party/ltp/testcases/kernel/syscalls/execveat/
Dexecveat01.c71 SAFE_GETCWD(cur_dir_path, sizeof(cur_dir_path)); in setup()
Dexecveat02.c79 SAFE_GETCWD(cur_dir_path, sizeof(cur_dir_path)); in setup()
/third_party/ltp/testcases/kernel/syscalls/execve/
Dexecve03.c90 cwdname = SAFE_GETCWD(cwdname, 0); in setup()
/third_party/ltp/testcases/kernel/syscalls/unlinkat/
Dunlinkat01.c88 SAFE_GETCWD(buf, PATH_MAX); in setup()
/third_party/ltp/testcases/kernel/syscalls/chdir/
Dchdir01.c58 cwd = SAFE_GETCWD(NULL, 0); in setup()
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise08.c71 SAFE_GETCWD(cwd, sizeof(cwd)); in setup()
/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c163 SAFE_GETCWD(tmp, PATH_MAX); in setup()
/third_party/ltp/include/old/
Dsafe_macros.h41 #define SAFE_GETCWD(cleanup_fn, buf, size) \ macro
/third_party/ltp/include/
Dtst_safe_macros.h58 #define SAFE_GETCWD(buf, size) \ macro