dst_vpath         116 src/filemanager/file.c     vfs_path_t *dst_vpath;
dst_vpath         304 src/filemanager/file.c     vfs_path_free (lp->dst_vpath, TRUE);
dst_vpath         361 src/filemanager/file.c                  const vfs_path_t *dst_vpath, gboolean *ignore_all)
dst_vpath         392 src/filemanager/file.c                 dst_name_class = vfs_path_get_last_path_vfs (dst_vpath);
dst_vpath         393 src/filemanager/file.c                 p_class = vfs_path_get_last_path_vfs (lnk->dst_vpath);
dst_vpath         399 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         425 src/filemanager/file.c                                         vfs_path_as_str (dst_vpath));
dst_vpath         460 src/filemanager/file.c                                  vfs_path_as_str (dst_vpath));
dst_vpath         480 src/filemanager/file.c         lnk->dst_vpath = vfs_path_clone (dst_vpath);
dst_vpath         498 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         510 src/filemanager/file.c     dst_path = vfs_path_as_str (dst_vpath);
dst_vpath         512 src/filemanager/file.c     dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode);
dst_vpath         534 src/filemanager/file.c     if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath)))
dst_vpath         585 src/filemanager/file.c     if (mc_symlink (link_target_vpath, dst_vpath) == 0)
dst_vpath         595 src/filemanager/file.c     if (dst_is_symlink && mc_unlink (dst_vpath) == 0
dst_vpath         596 src/filemanager/file.c         && mc_symlink (link_target_vpath, dst_vpath) == 0)
dst_vpath        1214 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        1217 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        1220 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        1247 src/filemanager/file.c     if (mc_lstat (dst_vpath, &dst_stat) == 0)
dst_vpath        1273 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
dst_vpath        1281 src/filemanager/file.c                     mc_utime (dst_vpath, &times);
dst_vpath        1288 src/filemanager/file.c         if (mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        1365 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        1617 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        1620 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        1623 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        1636 src/filemanager/file.c     dstat_ok = (mc_stat (dst_vpath, &dst_stat) == 0);
dst_vpath        1649 src/filemanager/file.c         tmp = dst_vpath;
dst_vpath        1650 src/filemanager/file.c         dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
dst_vpath        1654 src/filemanager/file.c     d = vfs_path_as_str (dst_vpath);
dst_vpath        1658 src/filemanager/file.c     if (mc_stat (dst_vpath, &dst_stat) == 0)
dst_vpath        1697 src/filemanager/file.c     if (mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        1756 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        2295 src/filemanager/file.c     vfs_path_t *src_vpath = NULL, *dst_vpath = NULL;
dst_vpath        2306 src/filemanager/file.c     dst_vpath = vfs_path_from_str (dst_path);
dst_vpath        2310 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        2320 src/filemanager/file.c     while (mc_stat (dst_vpath, &dst_stat) == 0)
dst_vpath        2417 src/filemanager/file.c             switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
dst_vpath        2435 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
dst_vpath        2438 src/filemanager/file.c                 mc_utime (dst_vpath, &times);
dst_vpath        2440 src/filemanager/file.c                 while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2473 src/filemanager/file.c             while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0
dst_vpath        2487 src/filemanager/file.c                    && mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0
dst_vpath        2503 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        2545 src/filemanager/file.c             mc_utime (dst_vpath, &times);
dst_vpath        2607 src/filemanager/file.c     while ((dest_desc = mc_open (dst_vpath, open_flags, src_mode)) < 0)
dst_vpath        2686 src/filemanager/file.c             mc_unlink (dst_vpath);
dst_vpath        2895 src/filemanager/file.c         mc_unlink (dst_vpath);
dst_vpath        2900 src/filemanager/file.c         while (ctx->preserve_uidgid && mc_chown (dst_vpath, src_uid, src_gid) != 0
dst_vpath        2922 src/filemanager/file.c         while (ctx->preserve && mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)) != 0
dst_vpath        2949 src/filemanager/file.c             mc_chmod (dst_vpath, (src_mode & ctx->umask_kill));
dst_vpath        2956 src/filemanager/file.c         mc_utime (dst_vpath, &times);
dst_vpath        2958 src/filemanager/file.c         while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2995 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        3018 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        3022 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        3083 src/filemanager/file.c         switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
dst_vpath        3129 src/filemanager/file.c     if (mc_stat (dst_vpath, &dst_stat) != 0)
dst_vpath        3132 src/filemanager/file.c         if (move_over && mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        3168 src/filemanager/file.c             tmp = dst_vpath;
dst_vpath        3169 src/filemanager/file.c             dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
dst_vpath        3176 src/filemanager/file.c     d = vfs_path_as_str (dst_vpath);
dst_vpath        3180 src/filemanager/file.c         while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0)
dst_vpath        3196 src/filemanager/file.c         mc_stat (dst_vpath, &dst_stat);
dst_vpath        3197 src/filemanager/file.c         lp->vfs = vfs_path_get_last_path_vfs (dst_vpath);
dst_vpath        3205 src/filemanager/file.c         while (mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0)
dst_vpath        3293 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
dst_vpath        3296 src/filemanager/file.c             mc_fsetflags (dst_vpath, attrs);
dst_vpath        3299 src/filemanager/file.c         mc_utime (dst_vpath, &times);
dst_vpath        3306 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
dst_vpath        3314 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);