/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
D | name_to_handle_at01.c | 36 {&dir_fd, TEST_FILE, AT_EMPTY_PATH, O_RDWR}, 37 {&dir_fd, TEST_FILE, AT_EMPTY_PATH, O_RDONLY}, 38 {&dir_fd, TEST_FILE, AT_EMPTY_PATH, O_WRONLY}, 42 {&dir_fd, TEST_FILE, AT_EMPTY_PATH | AT_SYMLINK_FOLLOW, O_RDWR}, 43 {&dir_fd, TEST_FILE, AT_EMPTY_PATH | AT_SYMLINK_FOLLOW, O_RDONLY}, 44 {&dir_fd, TEST_FILE, AT_EMPTY_PATH | AT_SYMLINK_FOLLOW, O_WRONLY}, 45 {&dir_fd, "", AT_EMPTY_PATH, O_RDONLY}, 46 {&file_fd, "", AT_EMPTY_PATH, O_RDONLY}, 51 {&fd_atcwd, TEST_FILE, AT_EMPTY_PATH, O_RDWR}, 52 {&fd_atcwd, TEST_FILE, AT_EMPTY_PATH, O_RDONLY}, [all …]
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
D | open_by_handle_at01.c | 64 TEST(name_to_handle_at(file_fd, "", f_fhp, &mount_id, AT_EMPTY_PATH)); in setup() 71 AT_EMPTY_PATH | AT_SYMLINK_FOLLOW)); in setup() 78 AT_EMPTY_PATH | AT_SYMLINK_FOLLOW)); in setup()
|
/third_party/ltp/include/lapi/ |
D | fcntl.h | 98 #ifndef AT_EMPTY_PATH 99 # define AT_EMPTY_PATH 0x1000 macro
|
D | stat.h | 242 #ifndef AT_EMPTY_PATH 243 # define AT_EMPTY_PATH 0x1000 macro
|
/third_party/eudev/src/shared/ |
D | missing.h | 165 #ifndef AT_EMPTY_PATH 166 #define AT_EMPTY_PATH 0x1000 macro
|
D | path-util.c | 341 if ((flags & AT_EMPTY_PATH) && isempty(filename)) in fd_fdinfo_mnt_id() 404 r = name_to_handle_at(fd, "", &h.handle, &mount_id, AT_EMPTY_PATH); in fd_is_mount_point() 456 r = fd_fdinfo_mnt_id(fd, "", AT_EMPTY_PATH, &mount_id); in fd_is_mount_point() 478 if (fstatat(fd, "", &a, AT_EMPTY_PATH) < 0) in fd_is_mount_point()
|
/third_party/ltp/testcases/kernel/syscalls/execveat/ |
D | execveat.h | 11 ret = execveat(-1, "", NULL, NULL, AT_EMPTY_PATH); in check_execveat()
|
D | execveat03.c | 52 TEST(execveat(fd, "", argv, environ, AT_EMPTY_PATH)); in do_child()
|
D | execveat01.c | 46 {&fd4, "", AT_EMPTY_PATH},
|
D | execveat02.c | 43 {&bad_fd, "", AT_EMPTY_PATH, EBADF},
|
/third_party/musl/src/stat/ |
D | fstat.c | 10 return fstatat(fd, "", st, AT_EMPTY_PATH); in fstat()
|
D | fstatat.c | 77 if (flag==AT_EMPTY_PATH && fd>=0 && !*path) { in fstatat_kstat()
|
/third_party/musl/src/process/ |
D | fexecve.c | 9 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | fexecve.c | 11 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | af_alg07.c | 79 TEST(fchownat(sock, "", uid, gid, AT_EMPTY_PATH)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx02.c | 43 TEST(statx(file_fd, "", AT_EMPTY_PATH, 0, &buf)); in test_empty_path()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 102 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 102 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 102 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 102 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 102 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/musl/include/ |
D | fcntl.h | 102 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 105 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 103 #define AT_EMPTY_PATH 0x1000 macro
|
/third_party/glib/gio/ |
D | glocalfileinfo.h | 110 return g_local_file_statx (fd, "", AT_EMPTY_PATH, mask, mask_required, stat_buf); in g_local_file_fstat()
|