dest_vpath        799 lib/vfs/vfs.c  vfs_clone_file_by_path (const vfs_path_t *dest_vpath, const vfs_path_t *src_vpath,
dest_vpath        806 lib/vfs/vfs.c      if (!vfs_file_is_local (dest_vpath) || !vfs_file_is_local (src_vpath))
dest_vpath        813 lib/vfs/vfs.c      dest_path = vfs_path_get_last_path_str (dest_vpath);
dest_vpath        825 lib/vfs/vfs.c      (void) dest_vpath;
dest_vpath        306 lib/vfs/vfs.h  int vfs_clone_file_by_path (const vfs_path_t *dest_vpath, const vfs_path_t *src_vpath,
dest_vpath        306 src/filemanager/cmd.c     vfs_path_t *dest_vpath = NULL;
dest_vpath        321 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath        322 src/filemanager/cmd.c         if (mc_link (fname_vpath, dest_vpath) == -1)
dest_vpath        358 src/filemanager/cmd.c         dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath        361 src/filemanager/cmd.c         if (mc_symlink (dest_vpath, s) == -1)
dest_vpath        370 src/filemanager/cmd.c     vfs_path_free (dest_vpath, TRUE);
dest_vpath       1113 src/filemanager/cmd.c                     vfs_path_t *dest_vpath;
dest_vpath       1115 src/filemanager/cmd.c                     dest_vpath = vfs_path_from_str_flags (dest, VPF_NO_CANON);
dest_vpath       1116 src/filemanager/cmd.c                     if (mc_symlink (dest_vpath, p_vpath) == -1)
dest_vpath       1118 src/filemanager/cmd.c                                             vfs_path_as_str (dest_vpath));
dest_vpath       1119 src/filemanager/cmd.c                     vfs_path_free (dest_vpath, TRUE);
dest_vpath       3532 src/filemanager/file.c     vfs_path_t *dest_vpath = NULL;
dest_vpath       3568 src/filemanager/file.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath       3595 src/filemanager/file.c             mc_setctl (dest_vpath, VFS_SETCTL_FORGET, NULL);
dest_vpath       3596 src/filemanager/file.c             vfs_path_free (dest_vpath, TRUE);
dest_vpath       3623 src/filemanager/file.c         && (mc_setctl (dest_vpath, VFS_SETCTL_STALE_DATA, GUINT_TO_POINTER (1)) != 0))
dest_vpath       3667 src/filemanager/file.c             dst_result = mc_stat (dest_vpath, &dst_stat);
dest_vpath       3725 src/filemanager/file.c     vfs_path_free (dest_vpath, TRUE);
dest_vpath        752 src/filemanager/tree.c         vfs_path_t *dest_vpath;
dest_vpath        755 src/filemanager/tree.c         dest_vpath = vfs_path_from_str (dest);
dest_vpath        757 src/filemanager/tree.c         if (mc_stat (dest_vpath, &buf) != 0)
dest_vpath        774 src/filemanager/tree.c         vfs_path_free (dest_vpath, TRUE);