Lines Matching defs:dir_fd
1388 int dir_fd; in dir_fd_unavailable() local
1420 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1436 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid()
1461 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid()
2517 int dir_fd, int follow_symlinks) in posix_do_stat()
2903 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl()
2926 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl()
2974 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl()
3243 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl()
3647 int dir_fd, int follow_symlinks) in os_chown_impl()
4585 os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd) in os_mkdir_impl()
4873 os_rmdir_impl(PyObject *module, path_t *path, int dir_fd) in os_rmdir_impl()
5053 os_unlink_impl(PyObject *module, path_t *path, int dir_fd) in os_unlink_impl()
5113 os_remove_impl(PyObject *module, path_t *path, int dir_fd) in os_remove_impl()
5262 utime_dir_fd(utime_t *ut, int dir_fd, const char *path, int follow_symlinks) in utime_dir_fd()
5466 int dir_fd, int follow_symlinks) in os_utime_impl()
8666 os_readlink_impl(PyObject *module, path_t *path, int dir_fd) in os_readlink_impl()
8880 int target_is_directory, int dir_fd) in os_symlink_impl()
9240 os_open_impl(PyObject *module, path_t *path, int flags, int mode, int dir_fd) in os_open_impl()
10664 os_mkfifo_impl(PyObject *module, path_t *path, int mode, int dir_fd) in os_mkfifo_impl()
10733 int dir_fd) in os_mknod_impl()
13581 int dir_fd; member