• Home
  • Raw
  • Download

Lines Matching defs:dir_fd

1163     int dir_fd;  in dir_fd_unavailable()  local
1195 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1211 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid()
1236 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid()
2110 int dir_fd, int follow_symlinks) in posix_do_stat()
2489 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl()
2512 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl()
2560 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl()
2783 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl()
3142 int dir_fd, int follow_symlinks) in os_chown_impl()
3915 os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd) in os_mkdir_impl()
4160 os_rmdir_impl(PyObject *module, path_t *path, int dir_fd) in os_rmdir_impl()
4308 os_unlink_impl(PyObject *module, path_t *path, int dir_fd) in os_unlink_impl()
4348 os_remove_impl(PyObject *module, path_t *path, int dir_fd) in os_remove_impl()
4499 utime_dir_fd(utime_t *ut, int dir_fd, const char *path, int follow_symlinks) in utime_dir_fd()
4651 int dir_fd, int follow_symlinks) in os_utime_impl()
7159 int dir_fd = DEFAULT_DIR_FD; in posix_readlink() local
7207 int dir_fd; in win_readlink() local
7393 int target_is_directory, int dir_fd) in os_symlink_impl()
7711 os_open_impl(PyObject *module, path_t *path, int flags, int mode, int dir_fd) in os_open_impl()
8874 os_mkfifo_impl(PyObject *module, path_t *path, int mode, int dir_fd) in os_mkfifo_impl()
8926 int dir_fd) in os_mknod_impl()
11596 int dir_fd; member