dst_vpath         117 src/filemanager/file.c     vfs_path_t *dst_vpath;
dst_vpath         305 src/filemanager/file.c     vfs_path_free (lp->dst_vpath, TRUE);
dst_vpath         362 src/filemanager/file.c                  const vfs_path_t *dst_vpath, gboolean *ignore_all)
dst_vpath         393 src/filemanager/file.c                 dst_name_class = vfs_path_get_last_path_vfs (dst_vpath);
dst_vpath         394 src/filemanager/file.c                 p_class = vfs_path_get_last_path_vfs (lnk->dst_vpath);
dst_vpath         400 src/filemanager/file.c                     while (!(ok = (mc_stat (lnk->dst_vpath, &link_stat) == 0)) && !*ignore_all)
dst_vpath         405 src/filemanager/file.c                                              vfs_path_as_str (lnk->dst_vpath));
dst_vpath         419 src/filemanager/file.c                     while (!(ok = (mc_link (lnk->dst_vpath, dst_vpath) == 0)) && !*ignore_all)
dst_vpath         424 src/filemanager/file.c                                              vfs_path_as_str (dst_vpath));
dst_vpath         459 src/filemanager/file.c                                  vfs_path_as_str (dst_vpath));
dst_vpath         479 src/filemanager/file.c         lnk->dst_vpath = vfs_path_clone (dst_vpath);
dst_vpath         497 src/filemanager/file.c make_symlink (file_op_context_t *ctx, const vfs_path_t *src_vpath, const vfs_path_t *dst_vpath)
dst_vpath         509 src/filemanager/file.c     dst_path = vfs_path_as_str (dst_vpath);
dst_vpath         511 src/filemanager/file.c     dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode);
dst_vpath         532 src/filemanager/file.c     if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath)))
dst_vpath         583 src/filemanager/file.c     if (mc_symlink (link_target_vpath, dst_vpath) == 0)
dst_vpath         593 src/filemanager/file.c     if (dst_is_symlink && mc_unlink (dst_vpath) == 0
dst_vpath         594 src/filemanager/file.c         && mc_symlink (link_target_vpath, dst_vpath) == 0)
dst_vpath        1220 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        1223 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        1226 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        1253 src/filemanager/file.c     if (mc_lstat (dst_vpath, &dst_stat) == 0)
dst_vpath        1279 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
dst_vpath        1287 src/filemanager/file.c                     mc_utime (dst_vpath, &times);
dst_vpath        1294 src/filemanager/file.c         if (mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        1371 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        1623 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        1626 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        1629 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        1642 src/filemanager/file.c     dstat_ok = (mc_stat (dst_vpath, &dst_stat) == 0);
dst_vpath        1655 src/filemanager/file.c         tmp = dst_vpath;
dst_vpath        1656 src/filemanager/file.c         dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
dst_vpath        1660 src/filemanager/file.c     d = vfs_path_as_str (dst_vpath);
dst_vpath        1664 src/filemanager/file.c     if (mc_stat (dst_vpath, &dst_stat) == 0)
dst_vpath        1702 src/filemanager/file.c     if (mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        1760 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        2298 src/filemanager/file.c     vfs_path_t *src_vpath = NULL, *dst_vpath = NULL;
dst_vpath        2309 src/filemanager/file.c     dst_vpath = vfs_path_from_str (dst_path);
dst_vpath        2313 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        2323 src/filemanager/file.c     while (mc_stat (dst_vpath, &dst_stat) == 0)
dst_vpath        2419 src/filemanager/file.c             switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
dst_vpath        2437 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
dst_vpath        2440 src/filemanager/file.c                 mc_utime (dst_vpath, &times);
dst_vpath        2442 src/filemanager/file.c                 while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2475 src/filemanager/file.c             while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0
dst_vpath        2489 src/filemanager/file.c                    && mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0
dst_vpath        2504 src/filemanager/file.c             while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0
dst_vpath        2519 src/filemanager/file.c             while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2544 src/filemanager/file.c             mc_utime (dst_vpath, &times);
dst_vpath        2604 src/filemanager/file.c     while ((dest_desc = mc_open (dst_vpath, open_flags, src_mode)) < 0)
dst_vpath        2682 src/filemanager/file.c             mc_unlink (dst_vpath);
dst_vpath        2891 src/filemanager/file.c         mc_unlink (dst_vpath);
dst_vpath        2896 src/filemanager/file.c         while (ctx->preserve_uidgid && mc_chown (dst_vpath, src_uid, src_gid) != 0
dst_vpath        2917 src/filemanager/file.c         while (ctx->preserve && mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)) != 0
dst_vpath        2943 src/filemanager/file.c             mc_chmod (dst_vpath, (src_mode & ctx->umask_kill));
dst_vpath        2950 src/filemanager/file.c         mc_utime (dst_vpath, &times);
dst_vpath        2952 src/filemanager/file.c         while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2989 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        3012 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        3016 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        3076 src/filemanager/file.c         switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
dst_vpath        3122 src/filemanager/file.c     if (mc_stat (dst_vpath, &dst_stat) != 0)
dst_vpath        3125 src/filemanager/file.c         if (move_over && mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        3161 src/filemanager/file.c             tmp = dst_vpath;
dst_vpath        3162 src/filemanager/file.c             dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
dst_vpath        3169 src/filemanager/file.c     d = vfs_path_as_str (dst_vpath);
dst_vpath        3173 src/filemanager/file.c         while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0)
dst_vpath        3188 src/filemanager/file.c         mc_stat (dst_vpath, &dst_stat);
dst_vpath        3189 src/filemanager/file.c         lp->vfs = vfs_path_get_last_path_vfs (dst_vpath);
dst_vpath        3197 src/filemanager/file.c         while (mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0)
dst_vpath        3284 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
dst_vpath        3287 src/filemanager/file.c             mc_fsetflags (dst_vpath, attrs);
dst_vpath        3290 src/filemanager/file.c         mc_utime (dst_vpath, &times);
dst_vpath        3297 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
dst_vpath        3305 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);