Home
last modified time | relevance | path

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

12

/third_party/python/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 …]
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfutimesat.c32 int dir_fd = open(path, O_RDONLY | O_DIRECTORY); in futimesat_0100() local
84 int dir_fd = open(path, O_RDONLY | O_DIRECTORY); in futimesat_0200() local
139 int dir_fd = open(path, O_RDONLY | O_DIRECTORY); in futimesat_time64_0200() local
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat01.c40 static int dir_fd, fd; variable
46 int *dir_fd; member
Dopenat04.c44 static int tmpfile_fd = -1, dir_fd = -1, mount_flag; variable
/third_party/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c46 static int dir_fd, fd; variable
51 int *dir_fd; member
Dmkdirat02.c21 static int dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat01.c51 static int dir_fd, fd; variable
56 int *dir_fd; member
Dmknodat02.c56 static int dir_fd; variable
63 int *dir_fd; member
/third_party/ltp/testcases/kernel/syscalls/faccessat/
Dfaccessat02.c25 static int dir_fd, file_fd; variable
Dfaccessat01.c31 static int dir_fd, file_fd; variable
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx12.c29 static int dir_fd = -1, file_fd = -1; variable
/third_party/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
/third_party/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c43 static int dir_fd; variable
Dfchownat01.c45 static int dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/faccessat2/
Dfaccessat201.c27 static int dir_fd, bad_fd = -1; variable
/third_party/ltp/testcases/kernel/syscalls/readdir/
Dreaddir21.c30 static unsigned int dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread02.c25 static int pipe_fd[2], fd, dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at01.c24 static int dir_fd, fd_atcwd = AT_FDCWD, file_fd; variable
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
Dopen_by_handle_at01.c24 static int dir_fd, fd_atcwd = AT_FDCWD, file_fd; variable
/third_party/python/Doc/library/
Dos.rst1729 .. _dir_fd: target in Files and Directories
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat201.c16 static int dir_fd = -1, fd_atcwd = AT_FDCWD; variable
/third_party/python/Lib/test/
Dtest_glob.py12 dir_fd = None variable in GlobTests
/third_party/python/Modules/
Dposixmodule.c1393 int dir_fd; in dir_fd_unavailable() local
1425 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1441 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid()
1466 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid()
2522 int dir_fd, int follow_symlinks) in posix_do_stat()
2908 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl()
2931 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl()
2979 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl()
3248 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl()
3652 int dir_fd, int follow_symlinks) in os_chown_impl()
[all …]
/third_party/python/Modules/clinic/
Dposixmodule.c.h45 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
1382 int dir_fd = DEFAULT_DIR_FD; in os_mkdir() local
1707 int dir_fd = DEFAULT_DIR_FD; in os_rmdir() local
1893 int dir_fd = DEFAULT_DIR_FD; in os_unlink() local
1944 int dir_fd = DEFAULT_DIR_FD; in os_remove() local
2041 int dir_fd = DEFAULT_DIR_FD; in os_utime() local
[all …]

12