Home
last modified time | relevance | path

Searched defs:dir_fd (Results 1 – 20 of 20) sorted by relevance

/external/ltp/testcases/kernel/syscalls/openat/
Dopenat01.c47 static int dir_fd, fd; variable
57 int *dir_fd; member
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat01.c45 static int dir_fd, fd; variable
55 int *dir_fd; member
Dreadlinkat02.c44 static int file_fd, dir_fd; variable
/external/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c46 static int dir_fd, fd; variable
51 int *dir_fd; member
Dmkdirat02.c32 static int dir_fd; variable
/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat01.c52 static int dir_fd, fd; variable
57 int *dir_fd; member
Dmknodat02.c57 static int dir_fd; variable
64 int *dir_fd; member
/external/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c44 static int dir_fd; variable
Dfchownat01.c46 static int dir_fd; variable
/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe07.c110 int dir_fd, fd; in record_open_fds() local
/external/python/cpython3/Doc/library/
Dos.rst1468 .. _dir_fd: target in Files and Directories
/external/ltp/testcases/kernel/syscalls/readdir/
Dreaddir21.c56 static unsigned int dir_fd; variable
/external/linux-kselftest/tools/testing/selftests/proc/
Dfd-003-kthread.c44 int dir_fd, fd; in kernel_thread_fd() local
/external/honggfuzz/
Dinput.c187 int dir_fd = open(hfuzz->io.inputDir, O_DIRECTORY | O_RDONLY | O_CLOEXEC); in input_init() local
/external/python/cpython3/Modules/
Dposixmodule.c1163 int dir_fd; in dir_fd_unavailable() local
1195 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1211 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid()
1236 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid()
2110 int dir_fd, int follow_symlinks) in posix_do_stat()
2489 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl()
2512 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl()
2560 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl()
2783 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl()
3142 int dir_fd, int follow_symlinks) in os_chown_impl()
[all …]
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h43 int dir_fd = DEFAULT_DIR_FD; in os_stat() local
81 int dir_fd = DEFAULT_DIR_FD; in os_lstat() local
143 int dir_fd = DEFAULT_DIR_FD; in os_access() local
341 int dir_fd = DEFAULT_DIR_FD; in os_chmod() local
697 int dir_fd = DEFAULT_DIR_FD; in os_chown() local
1095 int dir_fd = DEFAULT_DIR_FD; in os_mkdir() local
1326 int dir_fd = DEFAULT_DIR_FD; in os_rmdir() local
1473 int dir_fd = DEFAULT_DIR_FD; in os_unlink() local
1512 int dir_fd = DEFAULT_DIR_FD; in os_remove() local
1597 int dir_fd = DEFAULT_DIR_FD; in os_utime() local
[all …]
/external/libchrome/base/process/
Dlaunch_posix.cc266 const int dir_fd = fd_dir.fd(); in CloseSuperfluousFds() local
/external/python/cpython3/Lib/
Dos.py422 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
/external/u-boot/tools/env/
Dfw_env.c1321 int dir_fd; in flash_io_write() local
/external/minijail/
Dlibminijail.c2363 int dir_fd = dirfd(d); in close_open_fds() local