Home
last modified time | relevance | path

Searched refs:AT_EMPTY_PATH (Results 1 – 25 of 25) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at01.c36 {&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/
Dopen_by_handle_at01.c64 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/
Dfcntl.h98 #ifndef AT_EMPTY_PATH
99 # define AT_EMPTY_PATH 0x1000 macro
Dstat.h242 #ifndef AT_EMPTY_PATH
243 # define AT_EMPTY_PATH 0x1000 macro
/third_party/eudev/src/shared/
Dmissing.h165 #ifndef AT_EMPTY_PATH
166 #define AT_EMPTY_PATH 0x1000 macro
Dpath-util.c341 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/
Dexecveat.h11 ret = execveat(-1, "", NULL, NULL, AT_EMPTY_PATH); in check_execveat()
Dexecveat03.c52 TEST(execveat(fd, "", argv, environ, AT_EMPTY_PATH)); in do_child()
Dexecveat01.c46 {&fd4, "", AT_EMPTY_PATH},
Dexecveat02.c43 {&bad_fd, "", AT_EMPTY_PATH, EBADF},
/third_party/musl/src/stat/
Dfstat.c10 return fstatat(fd, "", st, AT_EMPTY_PATH); in fstat()
Dfstatat.c77 if (flag==AT_EMPTY_PATH && fd>=0 && !*path) { in fstatat_kstat()
/third_party/musl/src/process/
Dfexecve.c9 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
/third_party/musl/porting/liteos_a/user/src/process/
Dfexecve.c11 int r = __syscall(SYS_execveat, fd, "", argv, envp, AT_EMPTY_PATH); in fexecve()
/third_party/ltp/testcases/kernel/crypto/
Daf_alg07.c79 TEST(fchownat(sock, "", uid, gid, AT_EMPTY_PATH)); in run()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c43 TEST(statx(file_fd, "", AT_EMPTY_PATH, 0, &buf)); in test_empty_path()
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h102 #define AT_EMPTY_PATH 0x1000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h102 #define AT_EMPTY_PATH 0x1000 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h102 #define AT_EMPTY_PATH 0x1000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h102 #define AT_EMPTY_PATH 0x1000 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h102 #define AT_EMPTY_PATH 0x1000 macro
/third_party/musl/include/
Dfcntl.h102 #define AT_EMPTY_PATH 0x1000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h105 #define AT_EMPTY_PATH 0x1000 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h103 #define AT_EMPTY_PATH 0x1000 macro
/third_party/glib/gio/
Dglocalfileinfo.h110 return g_local_file_statx (fd, "", AT_EMPTY_PATH, mask, mask_required, stat_buf); in g_local_file_fstat()