/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat01.c | 47 static int dir_fd, fd; variable 57 int *dir_fd; member
|
/external/ltp/testcases/kernel/syscalls/readlinkat/ |
D | readlinkat01.c | 45 static int dir_fd, fd; variable 55 int *dir_fd; member
|
D | readlinkat02.c | 44 static int file_fd, dir_fd; variable
|
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat01.c | 46 static int dir_fd, fd; variable 51 int *dir_fd; member
|
D | mkdirat02.c | 44 static int dir_fd; variable
|
/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat01.c | 52 static int dir_fd, fd; variable 57 int *dir_fd; member
|
D | mknodat02.c | 57 static int dir_fd; variable 64 int *dir_fd; member
|
/external/ltp/testcases/kernel/syscalls/fchownat/ |
D | fchownat02.c | 44 static int dir_fd; variable
|
D | fchownat01.c | 46 static int dir_fd; variable
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe07.c | 110 int dir_fd, fd; in record_open_fds() local
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 1357 .. _dir_fd: target in Files and Directories
|
/external/honggfuzz/ |
D | input.c | 173 int dir_fd = open(hfuzz->io.inputDir, O_DIRECTORY | O_RDONLY | O_CLOEXEC); in input_init() local
|
/external/ltp/testcases/kernel/syscalls/readdir/ |
D | readdir21.c | 56 static unsigned int dir_fd; variable
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 1070 int dir_fd; in dir_fd_unavailable() local 1102 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid() 1118 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid() 1143 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid() 2037 int dir_fd, int follow_symlinks) in posix_do_stat() 2416 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl() 2439 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl() 2487 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl() 2710 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl() 3068 int dir_fd, int follow_symlinks) in os_chown_impl() [all …]
|
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 43 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 1089 int dir_fd = DEFAULT_DIR_FD; in os_mkdir() local 1320 int dir_fd = DEFAULT_DIR_FD; in os_rmdir() local 1467 int dir_fd = DEFAULT_DIR_FD; in os_unlink() local 1506 int dir_fd = DEFAULT_DIR_FD; in os_remove() local 1591 int dir_fd = DEFAULT_DIR_FD; in os_utime() local [all …]
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 258 const int dir_fd = fd_dir.fd(); in CloseSuperfluousFds() local
|
/external/python/cpython3/Lib/ |
D | os.py | 421 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
|
/external/minijail/ |
D | libminijail.c | 2203 int dir_fd = dirfd(d); in close_open_fds() local
|