| /external/python/cpython3/Lib/ |
| D | glob.py | 13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False): argument 26 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False): argument 53 def _iglob(pathname, root_dir, dir_fd, recursive, dironly): argument 93 def _glob1(dirname, pattern, dir_fd, dironly): argument 99 def _glob0(dirname, basename, dir_fd, dironly): argument 121 def _glob2(dirname, pattern, dir_fd, dironly): argument 128 def _iterdir(dirname, dir_fd, dironly): argument 162 def _listdir(dirname, dir_fd, dironly): argument 167 def _rlistdir(dirname, dir_fd, dironly): argument 177 def _lexists(pathname, dir_fd): argument [all …]
|
| /external/ltp/testcases/kernel/syscalls/openat/ |
| D | openat01.c | 40 static int dir_fd, fd; variable 46 int *dir_fd; member
|
| D | openat04.c | 44 static int tmpfile_fd = -1, dir_fd = -1, mount_flag; variable
|
| /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 | 21 static int dir_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/mknodat/ |
| D | mknodat01.c | 51 static int dir_fd, fd; variable 56 int *dir_fd; member
|
| D | mknodat02.c | 56 static int dir_fd; variable 63 int *dir_fd; member
|
| /external/ltp/testcases/kernel/syscalls/fchownat/ |
| D | fchownat02.c | 43 static int dir_fd; variable
|
| D | fchownat01.c | 45 static int dir_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
| D | name_to_handle_at01.c | 24 static int dir_fd, fd_atcwd = AT_FDCWD, file_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/pread/ |
| D | pread02.c | 25 static int pipe_fd[2], fd, dir_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/readdir/ |
| D | readdir21.c | 30 static unsigned int dir_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/pipe/ |
| D | pipe07.c | 110 int dir_fd, fd; in record_open_fds() local
|
| /external/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
| D | open_by_handle_at01.c | 24 static int dir_fd, fd_atcwd = AT_FDCWD, file_fd; variable
|
| /external/perfetto/src/profiling/perf/ |
| D | proc_descriptors.cc | 42 auto dir_fd = base::ScopedFile( in GetDescriptorsForPid() local
|
| /external/python/cpython3/Doc/library/ |
| D | os.rst | 1652 .. _dir_fd: target in Files and Directories
|
| /external/ltp/testcases/kernel/syscalls/openat2/ |
| D | openat201.c | 16 static int dir_fd = -1, fd_atcwd = AT_FDCWD; variable
|
| /external/linux-kselftest/tools/testing/selftests/proc/ |
| D | fd-003-kthread.c | 44 int dir_fd, fd; in kernel_thread_fd() local
|
| /external/linux-kselftest/tools/testing/selftests/landlock/ |
| D | base_test.c | 175 int ruleset_fd_tx, dir_fd; in TEST() local
|
| /external/python/cpython3/Lib/test/ |
| D | test_glob.py | 12 dir_fd = None variable in GlobTests
|
| /external/python/cpython3/Modules/ |
| D | posixmodule.c | 1383 int dir_fd; in dir_fd_unavailable() local 1415 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid() 1431 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid() 1456 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid() 2499 int dir_fd, int follow_symlinks) in posix_do_stat() 2885 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl() 2908 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl() 2956 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl() 3225 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl() 3618 int dir_fd, int follow_symlinks) in os_chown_impl() [all …]
|
| /external/python/cpython3/Modules/clinic/ |
| D | posixmodule.c.h | 45 int dir_fd = DEFAULT_DIR_FD; in os_stat() local 104 int dir_fd = DEFAULT_DIR_FD; in os_lstat() local 178 int dir_fd = DEFAULT_DIR_FD; in os_access() local 414 int dir_fd = DEFAULT_DIR_FD; in os_chmod() local 851 int dir_fd = DEFAULT_DIR_FD; in os_chown() local 1349 int dir_fd = DEFAULT_DIR_FD; in os_mkdir() local 1674 int dir_fd = DEFAULT_DIR_FD; in os_rmdir() local 1856 int dir_fd = DEFAULT_DIR_FD; in os_unlink() local 1907 int dir_fd = DEFAULT_DIR_FD; in os_remove() local 2004 int dir_fd = DEFAULT_DIR_FD; in os_utime() local [all …]
|
| /external/libbrillo/brillo/files/ |
| D | safe_fd.cc | 467 SafeFD dir_fd; in Rmdir() local
|