Home
last modified time | relevance | path

Searched refs:atcwd_fd (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/faccessat2/
H A Dfaccessat202.c37 static int atcwd_fd = AT_FDCWD; variable
51 {&atcwd_fd, &bad_path, R_OK, 0, EFAULT, "invalid address"},
52 {&atcwd_fd, &rel_path, R_OK, -1, EINVAL, "invalid flags"},
53 {&atcwd_fd, &rel_path, -1, 0, EINVAL, "invalid mode"},
56 {&atcwd_fd, &rel_path, R_OK, AT_EACCESS, EACCES,
H A Dfaccessat201.c28 static int atcwd_fd = AT_FDCWD; variable
41 {&atcwd_fd, &rel_path, 0},
44 {&atcwd_fd, &rel_path, AT_EACCESS},
45 {&atcwd_fd, &sym_path, AT_SYMLINK_NOFOLLOW},
/third_party/ltp/testcases/kernel/syscalls/faccessat/
H A Dfaccessat01.c32 static int atcwd_fd = AT_FDCWD; variable
44 {&atcwd_fd, &file_path, 0},

Completed in 1 milliseconds