src_vpath         117 src/filemanager/file.c     vfs_path_t *src_vpath;
src_vpath         315 src/filemanager/file.c     vfs_path_free (lp->src_vpath, TRUE);
src_vpath         372 src/filemanager/file.c check_hardlinks (const vfs_path_t * src_vpath, const struct stat *src_stat,
src_vpath         381 src/filemanager/file.c     if ((vfs_file_class_flags (src_vpath) & VFSF_NOLINKS) != 0)
src_vpath         384 src/filemanager/file.c     lnk = (struct link *) is_in_linklist (linklist, src_vpath, src_stat);
src_vpath         390 src/filemanager/file.c         stat_result = mc_stat (lnk->src_vpath, &link_stat);
src_vpath         397 src/filemanager/file.c             lp_name_class = vfs_path_get_last_path_vfs (lnk->src_vpath);
src_vpath         398 src/filemanager/file.c             my_vfs = vfs_path_get_last_path_vfs (src_vpath);
src_vpath         488 src/filemanager/file.c         lnk->vfs = vfs_path_get_last_path_vfs (src_vpath);
src_vpath         493 src/filemanager/file.c         lnk->src_vpath = vfs_path_clone (src_vpath);
src_vpath         512 src/filemanager/file.c make_symlink (file_op_context_t * ctx, const vfs_path_t * src_vpath, const vfs_path_t * dst_vpath)
src_vpath         523 src/filemanager/file.c     src_path = vfs_path_as_str (src_vpath);
src_vpath         529 src/filemanager/file.c     len = mc_readlink (src_vpath, link_target, sizeof (link_target) - 1);
src_vpath         547 src/filemanager/file.c     if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath)))
src_vpath        1243 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
src_vpath        1245 src/filemanager/file.c     src_vpath = vfs_path_from_str (s);
src_vpath        1248 src/filemanager/file.c     file_progress_show_source (ctx, src_vpath);
src_vpath        1260 src/filemanager/file.c     while (mc_lstat (src_vpath, &src_stat) != 0)
src_vpath        1302 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
src_vpath        1317 src/filemanager/file.c         if (mc_rename (src_vpath, dst_vpath) == 0)
src_vpath        1355 src/filemanager/file.c             panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE,
src_vpath        1385 src/filemanager/file.c     if (!try_remove_file (ctx, src_vpath, &return_status) && panel == NULL)
src_vpath        1392 src/filemanager/file.c     vfs_path_free (src_vpath, TRUE);
src_vpath        1590 src/filemanager/file.c                 *status = erase_dir_iff_empty (ctx, lp->src_vpath, tctx->progress_count);
src_vpath        1592 src/filemanager/file.c                 *status = erase_file (tctx, ctx, lp->src_vpath);
src_vpath        1627 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
src_vpath        1629 src/filemanager/file.c     src_vpath = vfs_path_from_str (s);
src_vpath        1632 src/filemanager/file.c     file_progress_show_source (ctx, src_vpath);
src_vpath        1644 src/filemanager/file.c     mc_stat (src_vpath, &src_stat);
src_vpath        1677 src/filemanager/file.c                     panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE,
src_vpath        1707 src/filemanager/file.c     if (mc_rename (src_vpath, dst_vpath) == 0)
src_vpath        1732 src/filemanager/file.c             panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE,
src_vpath        1759 src/filemanager/file.c     erase_dir_after_copy (tctx, ctx, src_vpath, &return_status);
src_vpath        1764 src/filemanager/file.c     vfs_path_free (src_vpath, TRUE);
src_vpath        2035 src/filemanager/file.c     vfs_path_t *src_vpath;
src_vpath        2039 src/filemanager/file.c         src_vpath = vfs_path_from_str (src);
src_vpath        2041 src/filemanager/file.c         src_vpath = vfs_path_append_new (panel->cwd_vpath, src, (char *) NULL);
src_vpath        2049 src/filemanager/file.c         is_link = file_is_symlink_to_dir (src_vpath, src_stat, NULL);
src_vpath        2055 src/filemanager/file.c         value = panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file, dialog_type);
src_vpath        2059 src/filemanager/file.c                 value = erase_file (tctx, ctx, src_vpath);
src_vpath        2061 src/filemanager/file.c                 value = erase_dir (tctx, ctx, src_vpath);
src_vpath        2068 src/filemanager/file.c         src = vfs_path_as_str (src_vpath);
src_vpath        2079 src/filemanager/file.c                 ctx->stat_func (src_vpath, src_stat);
src_vpath        2082 src/filemanager/file.c                     panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file,
src_vpath        2092 src/filemanager/file.c                         is_link = file_is_symlink_to_dir (src_vpath, src_stat, NULL);
src_vpath        2125 src/filemanager/file.c     vfs_path_free (src_vpath, TRUE);
src_vpath        2137 src/filemanager/file.c     vfs_path_t *src_vpath;
src_vpath        2141 src/filemanager/file.c         src_vpath = vfs_path_from_str (src);
src_vpath        2143 src/filemanager/file.c         src_vpath = vfs_path_append_new (panel->cwd_vpath, src, (char *) NULL);
src_vpath        2150 src/filemanager/file.c             value = erase_file (tctx, ctx, src_vpath);
src_vpath        2152 src/filemanager/file.c             value = erase_dir (tctx, ctx, src_vpath);
src_vpath        2158 src/filemanager/file.c         src = vfs_path_as_str (src_vpath);
src_vpath        2169 src/filemanager/file.c                 ctx->stat_func (src_vpath, src_stat);
src_vpath        2195 src/filemanager/file.c     vfs_path_free (src_vpath, TRUE);
src_vpath        2283 src/filemanager/file.c     vfs_path_t *src_vpath = NULL, *dst_vpath = NULL;
src_vpath        2291 src/filemanager/file.c     src_vpath = vfs_path_from_str (src_path);
src_vpath        2293 src/filemanager/file.c     file_progress_show_source (ctx, src_vpath);
src_vpath        2326 src/filemanager/file.c     while ((*ctx->stat_func) (src_vpath, &src_stat) != 0)
src_vpath        2341 src/filemanager/file.c     while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0)
src_vpath        2388 src/filemanager/file.c             switch (check_hardlinks (src_vpath, &src_stat, dst_vpath, &ctx->skip_all))
src_vpath        2406 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
src_vpath        2520 src/filemanager/file.c     while ((src_desc = mc_open (src_vpath, O_RDONLY | O_LINEAR)) < 0 && !ctx->skip_all)
src_vpath        2932 src/filemanager/file.c     vfs_path_free (src_vpath, TRUE);
src_vpath        2956 src/filemanager/file.c     vfs_path_t *src_vpath, *dst_vpath;
src_vpath        2959 src/filemanager/file.c     src_vpath = vfs_path_from_str (s);
src_vpath        2965 src/filemanager/file.c     if ((*ctx->stat_func) (src_vpath, &src_stat) != 0)
src_vpath        2980 src/filemanager/file.c     while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0)
src_vpath        3008 src/filemanager/file.c     if (is_in_linklist (dest_dirs, src_vpath, &src_stat) != NULL)
src_vpath        3022 src/filemanager/file.c         switch (check_hardlinks (src_vpath, &src_stat, dst_vpath, &ctx->skip_all))
src_vpath        3052 src/filemanager/file.c     if (is_in_linklist (parent_dirs, src_vpath, &src_stat) != NULL)
src_vpath        3061 src/filemanager/file.c     lp->vfs = vfs_path_get_last_path_vfs (src_vpath);
src_vpath        3071 src/filemanager/file.c         if (move_over && mc_rename (src_vpath, dst_vpath) == 0)
src_vpath        3161 src/filemanager/file.c     reading = mc_opendir (src_vpath);
src_vpath        3215 src/filemanager/file.c                 lp->src_vpath = tmp_vpath;
src_vpath        3253 src/filemanager/file.c     vfs_path_free (src_vpath, TRUE);