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         404 src/filemanager/file.c                                              vfs_path_as_str (lnk->dst_vpath));
dst_vpath         418 src/filemanager/file.c                     while (!(ok = (mc_link (lnk->dst_vpath, dst_vpath) == 0)) && !*ignore_all)
dst_vpath         423 src/filemanager/file.c                                              vfs_path_as_str (dst_vpath));
dst_vpath         458 src/filemanager/file.c                                  vfs_path_as_str (dst_vpath));
dst_vpath         478 src/filemanager/file.c         lnk->dst_vpath = vfs_path_clone (dst_vpath);
dst_vpath         496 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         508 src/filemanager/file.c     dst_path = vfs_path_as_str (dst_vpath);
dst_vpath         510 src/filemanager/file.c     dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode);
dst_vpath         531 src/filemanager/file.c     if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath)))
dst_vpath         582 src/filemanager/file.c     if (mc_symlink (link_target_vpath, dst_vpath) == 0)
dst_vpath         592 src/filemanager/file.c     if (dst_is_symlink && mc_unlink (dst_vpath) == 0
dst_vpath         593 src/filemanager/file.c         && mc_symlink (link_target_vpath, dst_vpath) == 0)
dst_vpath        1219 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        1222 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        1225 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        1252 src/filemanager/file.c     if (mc_lstat (dst_vpath, &dst_stat) == 0)
dst_vpath        1278 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
dst_vpath        1286 src/filemanager/file.c                     mc_utime (dst_vpath, &times);
dst_vpath        1293 src/filemanager/file.c         if (mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        1370 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        1620 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        1623 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        1626 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
dst_vpath        1639 src/filemanager/file.c     dstat_ok = (mc_stat (dst_vpath, &dst_stat) == 0);
dst_vpath        1652 src/filemanager/file.c         tmp = dst_vpath;
dst_vpath        1653 src/filemanager/file.c         dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
dst_vpath        1657 src/filemanager/file.c     d = vfs_path_as_str (dst_vpath);
dst_vpath        1661 src/filemanager/file.c     if (mc_stat (dst_vpath, &dst_stat) == 0)
dst_vpath        1699 src/filemanager/file.c     if (mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        1757 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        2416 src/filemanager/file.c             switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
dst_vpath        2434 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
dst_vpath        2437 src/filemanager/file.c                 mc_utime (dst_vpath, &times);
dst_vpath        2439 src/filemanager/file.c                 while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2472 src/filemanager/file.c             while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0
dst_vpath        2486 src/filemanager/file.c                    && mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0
dst_vpath        2501 src/filemanager/file.c             while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0
dst_vpath        2516 src/filemanager/file.c             while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2541 src/filemanager/file.c             mc_utime (dst_vpath, &times);
dst_vpath        2601 src/filemanager/file.c     while ((dest_desc = mc_open (dst_vpath, open_flags, src_mode)) < 0)
dst_vpath        2679 src/filemanager/file.c             mc_unlink (dst_vpath);
dst_vpath        2888 src/filemanager/file.c         mc_unlink (dst_vpath);
dst_vpath        2893 src/filemanager/file.c         while (ctx->preserve_uidgid && mc_chown (dst_vpath, src_uid, src_gid) != 0
dst_vpath        2914 src/filemanager/file.c         while (ctx->preserve && mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)) != 0
dst_vpath        2940 src/filemanager/file.c             mc_chmod (dst_vpath, (src_mode & ctx->umask_kill));
dst_vpath        2943 src/filemanager/file.c         while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
dst_vpath        2979 src/filemanager/file.c         mc_utime (dst_vpath, &times);
dst_vpath        2987 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);
dst_vpath        3010 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
dst_vpath        3014 src/filemanager/file.c     dst_vpath = vfs_path_from_str (d);
dst_vpath        3074 src/filemanager/file.c         switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
dst_vpath        3120 src/filemanager/file.c     if (mc_stat (dst_vpath, &dst_stat) != 0)
dst_vpath        3123 src/filemanager/file.c         if (move_over && mc_rename (src_vpath, dst_vpath) == 0)
dst_vpath        3159 src/filemanager/file.c             tmp = dst_vpath;
dst_vpath        3160 src/filemanager/file.c             dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL);
dst_vpath        3167 src/filemanager/file.c     d = vfs_path_as_str (dst_vpath);
dst_vpath        3171 src/filemanager/file.c         while (mc_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0)
dst_vpath        3186 src/filemanager/file.c         mc_stat (dst_vpath, &dst_stat);
dst_vpath        3187 src/filemanager/file.c         lp->vfs = vfs_path_get_last_path_vfs (dst_vpath);
dst_vpath        3195 src/filemanager/file.c         while (mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0)
dst_vpath        3282 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
dst_vpath        3285 src/filemanager/file.c             mc_fsetflags (dst_vpath, attrs);
dst_vpath        3288 src/filemanager/file.c         mc_utime (dst_vpath, &times);
dst_vpath        3295 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
dst_vpath        3303 src/filemanager/file.c     vfs_path_free (dst_vpath, TRUE);