Lines Matching defs:dir_fd
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()
4487 os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd) in os_mkdir_impl()
4775 os_rmdir_impl(PyObject *module, path_t *path, int dir_fd) in os_rmdir_impl()
4953 os_unlink_impl(PyObject *module, path_t *path, int dir_fd) in os_unlink_impl()
5013 os_remove_impl(PyObject *module, path_t *path, int dir_fd) in os_remove_impl()
5162 utime_dir_fd(utime_t *ut, int dir_fd, const char *path, int follow_symlinks) in utime_dir_fd()
5366 int dir_fd, int follow_symlinks) in os_utime_impl()
8542 os_readlink_impl(PyObject *module, path_t *path, int dir_fd) in os_readlink_impl()
8756 int target_is_directory, int dir_fd) in os_symlink_impl()
9116 os_open_impl(PyObject *module, path_t *path, int flags, int mode, int dir_fd) in os_open_impl()
10542 os_mkfifo_impl(PyObject *module, path_t *path, int mode, int dir_fd) in os_mkfifo_impl()
10594 int dir_fd) in os_mknod_impl()
13424 int dir_fd; member