Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/
Dglob.py13 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/
Dunlinkat_test.cpp25 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
Dsyscall_test.cpp130 int dir_fd = LIBC_NAMESPACE::syscall(SYS_open, TEST_DIR, O_DIRECTORY, 0); in TEST() local
132 int dir_fd = in TEST() local
Dfchdir_test.cpp32 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
Dlinkat_test.cpp44 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
Dsymlinkat_test.cpp44 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat01.c40 static int dir_fd, fd; variable
46 int *dir_fd; member
/external/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c45 static int dir_fd, fd; variable
50 int *dir_fd; member
Dmkdirat02.c20 static int dir_fd; variable
/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat01.c50 static int dir_fd, fd; variable
55 int *dir_fd; member
Dmknodat02.c56 static int dir_fd; variable
63 int *dir_fd; member
/external/llvm-libc/test/src/fcntl/
Dopenat_test.cpp23 int dir_fd = LIBC_NAMESPACE::open(TEST_DIR, O_DIRECTORY); in TEST() local
/external/ltp/testcases/kernel/syscalls/faccessat/
Dfaccessat02.c25 static int dir_fd, file_fd; variable
Dfaccessat01.c31 static int dir_fd, file_fd; variable
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx12.c29 static int dir_fd = -1, file_fd = -1; variable
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat01.c32 static int file_fd, dir_fd, dir_fd2; variable
Dreadlinkat02.c32 static int file_fd, dir_fd; variable
/external/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c42 static int dir_fd; variable
Dfchownat01.c44 static int dir_fd; variable
/external/ltp/testcases/kernel/syscalls/fchmodat/
Dfchmodat01.c28 static int dir_fd, file_fd; variable
/external/ltp/testcases/kernel/syscalls/pread/
Dpread02.c25 static int pipe_fd[2], fd, dir_fd; variable
/external/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at01.c24 static int dir_fd, fd_atcwd = AT_FDCWD, file_fd; variable
/external/ltp/testcases/kernel/syscalls/faccessat2/
Dfaccessat201.c27 static int dir_fd, bad_fd = -1; variable
/external/ltp/testcases/kernel/syscalls/readdir/
Dreaddir21.c30 static unsigned int dir_fd; variable
/external/perfetto/src/profiling/perf/
Dproc_descriptors.cc42 auto dir_fd = base::ScopedFile( in GetDescriptorsForPid() local

12