| /external/python/cpython3/Lib/ |
| D | glob.py | 13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument 31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument 60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument 105 def _glob1(dirname, pattern, dir_fd, dironly, include_hidden=False): argument 111 def _glob0(dirname, basename, dir_fd, dironly, include_hidden=False): argument 133 def _glob2(dirname, pattern, dir_fd, dironly, include_hidden=False): argument 141 def _iterdir(dirname, dir_fd, dironly): argument 175 def _listdir(dirname, dir_fd, dironly): argument 180 def _rlistdir(dirname, dir_fd, dironly, include_hidden=False): argument 191 def _lexists(pathname, dir_fd): argument [all …]
|
| /external/llvm-libc/test/src/unistd/ |
| D | unlinkat_test.cpp | 25 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local 40 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
|
| D | syscall_test.cpp | 130 int dir_fd = LIBC_NAMESPACE::syscall(SYS_open, TEST_DIR, O_DIRECTORY, 0); in TEST() local 132 int dir_fd = in TEST() local
|
| D | fchdir_test.cpp | 32 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
|
| D | linkat_test.cpp | 44 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
|
| D | symlinkat_test.cpp | 44 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
|
| /external/ltp/testcases/kernel/syscalls/openat/ |
| D | openat01.c | 40 static int dir_fd, fd; variable 46 int *dir_fd; member
|
| /external/ltp/testcases/kernel/syscalls/mkdirat/ |
| D | mkdirat01.c | 45 static int dir_fd, fd; variable 50 int *dir_fd; member
|
| D | mkdirat02.c | 20 static int dir_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/mknodat/ |
| D | mknodat01.c | 50 static int dir_fd, fd; variable 55 int *dir_fd; member
|
| D | mknodat02.c | 56 static int dir_fd; variable 63 int *dir_fd; member
|
| /external/llvm-libc/test/src/fcntl/ |
| D | openat_test.cpp | 23 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
|
| /external/ltp/testcases/kernel/syscalls/faccessat/ |
| D | faccessat02.c | 25 static int dir_fd, file_fd; variable
|
| D | faccessat01.c | 31 static int dir_fd, file_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/statx/ |
| D | statx12.c | 29 static int dir_fd = -1, file_fd = -1; variable
|
| /external/ltp/testcases/kernel/syscalls/readlinkat/ |
| D | readlinkat01.c | 32 static int file_fd, dir_fd, dir_fd2; variable
|
| D | readlinkat02.c | 32 static int file_fd, dir_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/fchownat/ |
| D | fchownat02.c | 42 static int dir_fd; variable
|
| D | fchownat01.c | 44 static int dir_fd; variable
|
| /external/ltp/testcases/kernel/syscalls/fchmodat/ |
| D | fchmodat01.c | 28 static int dir_fd, 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/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/faccessat2/ |
| D | faccessat201.c | 27 static int dir_fd, bad_fd = -1; variable
|
| /external/ltp/testcases/kernel/syscalls/readdir/ |
| D | readdir21.c | 30 static unsigned int dir_fd; variable
|
| /external/perfetto/src/profiling/perf/ |
| D | proc_descriptors.cc | 42 auto dir_fd = base::ScopedFile( in GetDescriptorsForPid() local
|