dst_vpath 116 src/filemanager/file.c vfs_path_t *dst_vpath; dst_vpath 308 src/filemanager/file.c vfs_path_free (lp->dst_vpath, TRUE); dst_vpath 365 src/filemanager/file.c const vfs_path_t *dst_vpath, gboolean *ignore_all) dst_vpath 396 src/filemanager/file.c dst_name_class = vfs_path_get_last_path_vfs (dst_vpath); dst_vpath 397 src/filemanager/file.c p_class = vfs_path_get_last_path_vfs (lnk->dst_vpath); dst_vpath 403 src/filemanager/file.c while (!(ok = (mc_stat (lnk->dst_vpath, &link_stat) == 0)) && !*ignore_all) dst_vpath 409 src/filemanager/file.c vfs_path_as_str (lnk->dst_vpath)); dst_vpath 423 src/filemanager/file.c while (!(ok = (mc_link (lnk->dst_vpath, dst_vpath) == 0)) && !*ignore_all) dst_vpath 429 src/filemanager/file.c vfs_path_as_str (dst_vpath)); dst_vpath 465 src/filemanager/file.c vfs_path_as_str (dst_vpath)); dst_vpath 485 src/filemanager/file.c lnk->dst_vpath = vfs_path_clone (dst_vpath); dst_vpath 503 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 515 src/filemanager/file.c dst_path = vfs_path_as_str (dst_vpath); dst_vpath 517 src/filemanager/file.c dst_is_symlink = (mc_lstat (dst_vpath, &dst_stat) == 0) && S_ISLNK (dst_stat.st_mode); dst_vpath 539 src/filemanager/file.c if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath))) dst_vpath 590 src/filemanager/file.c if (mc_symlink (link_target_vpath, dst_vpath) == 0) dst_vpath 600 src/filemanager/file.c if (dst_is_symlink && mc_unlink (dst_vpath) == 0 dst_vpath 601 src/filemanager/file.c && mc_symlink (link_target_vpath, dst_vpath) == 0) dst_vpath 1229 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; dst_vpath 1232 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); dst_vpath 1235 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); dst_vpath 1262 src/filemanager/file.c if (mc_lstat (dst_vpath, &dst_stat) == 0) dst_vpath 1288 src/filemanager/file.c return_status = make_symlink (ctx, src_vpath, dst_vpath); dst_vpath 1296 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 1303 src/filemanager/file.c if (mc_rename (src_vpath, dst_vpath) == 0) dst_vpath 1381 src/filemanager/file.c vfs_path_free (dst_vpath, TRUE); dst_vpath 1607 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; dst_vpath 1610 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); dst_vpath 1613 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); dst_vpath 1626 src/filemanager/file.c dstat_ok = (mc_stat (dst_vpath, &dst_stat) == 0); dst_vpath 1639 src/filemanager/file.c tmp = dst_vpath; dst_vpath 1640 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL); dst_vpath 1644 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); dst_vpath 1648 src/filemanager/file.c if (mc_stat (dst_vpath, &dst_stat) == 0) dst_vpath 1688 src/filemanager/file.c if (mc_rename (src_vpath, dst_vpath) == 0) dst_vpath 1748 src/filemanager/file.c vfs_path_free (dst_vpath, TRUE); dst_vpath 2288 src/filemanager/file.c vfs_path_t *src_vpath = NULL, *dst_vpath = NULL; dst_vpath 2299 src/filemanager/file.c dst_vpath = vfs_path_from_str (dst_path); dst_vpath 2303 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); dst_vpath 2313 src/filemanager/file.c while (mc_stat (dst_vpath, &dst_stat) == 0) dst_vpath 2411 src/filemanager/file.c switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all)) dst_vpath 2429 src/filemanager/file.c return_status = make_symlink (ctx, src_vpath, dst_vpath); dst_vpath 2432 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 2434 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) dst_vpath 2468 src/filemanager/file.c while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0 dst_vpath 2482 src/filemanager/file.c && mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0 dst_vpath 2498 src/filemanager/file.c while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0 dst_vpath 2514 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) dst_vpath 2540 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 2602 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 2892 src/filemanager/file.c mc_unlink (dst_vpath); dst_vpath 2897 src/filemanager/file.c while (ctx->preserve_uidgid && mc_chown (dst_vpath, src_uid, src_gid) != 0 dst_vpath 2918 src/filemanager/file.c while (ctx->preserve && mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)) != 0 dst_vpath 2944 src/filemanager/file.c mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)); dst_vpath 2951 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 2953 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) dst_vpath 2991 src/filemanager/file.c vfs_path_free (dst_vpath, TRUE); dst_vpath 3014 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; dst_vpath 3018 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); dst_vpath 3079 src/filemanager/file.c switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all)) dst_vpath 3125 src/filemanager/file.c if (mc_stat (dst_vpath, &dst_stat) != 0) dst_vpath 3128 src/filemanager/file.c if (move_over && mc_rename (src_vpath, dst_vpath) == 0) dst_vpath 3164 src/filemanager/file.c tmp = dst_vpath; dst_vpath 3165 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL); dst_vpath 3173 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); dst_vpath 3177 src/filemanager/file.c while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0) dst_vpath 3193 src/filemanager/file.c mc_stat (dst_vpath, &dst_stat); dst_vpath 3194 src/filemanager/file.c lp->vfs = vfs_path_get_last_path_vfs (dst_vpath); dst_vpath 3202 src/filemanager/file.c while (mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0) dst_vpath 3290 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); dst_vpath 3293 src/filemanager/file.c mc_fsetflags (dst_vpath, attrs); dst_vpath 3296 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 3303 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); dst_vpath 3311 src/filemanager/file.c vfs_path_free (dst_vpath, TRUE);