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 1634 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; dst_vpath 1637 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); dst_vpath 1640 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); dst_vpath 1653 src/filemanager/file.c dstat_ok = (mc_stat (dst_vpath, &dst_stat) == 0); dst_vpath 1666 src/filemanager/file.c tmp = dst_vpath; dst_vpath 1667 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL); dst_vpath 1671 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); dst_vpath 1675 src/filemanager/file.c if (mc_stat (dst_vpath, &dst_stat) == 0) dst_vpath 1715 src/filemanager/file.c if (mc_rename (src_vpath, dst_vpath) == 0) dst_vpath 1775 src/filemanager/file.c vfs_path_free (dst_vpath, TRUE); dst_vpath 2315 src/filemanager/file.c vfs_path_t *src_vpath = NULL, *dst_vpath = NULL; dst_vpath 2326 src/filemanager/file.c dst_vpath = vfs_path_from_str (dst_path); dst_vpath 2330 src/filemanager/file.c file_progress_show_target (ctx, dst_vpath); dst_vpath 2340 src/filemanager/file.c while (mc_stat (dst_vpath, &dst_stat) == 0) dst_vpath 2438 src/filemanager/file.c switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all)) dst_vpath 2456 src/filemanager/file.c return_status = make_symlink (ctx, src_vpath, dst_vpath); dst_vpath 2459 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 2461 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) dst_vpath 2495 src/filemanager/file.c while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0 dst_vpath 2509 src/filemanager/file.c && mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0 dst_vpath 2525 src/filemanager/file.c while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0 dst_vpath 2541 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) dst_vpath 2567 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 2629 src/filemanager/file.c while ((dest_desc = mc_open (dst_vpath, open_flags, src_mode)) < 0) dst_vpath 2709 src/filemanager/file.c mc_unlink (dst_vpath); dst_vpath 2919 src/filemanager/file.c mc_unlink (dst_vpath); dst_vpath 2924 src/filemanager/file.c while (ctx->preserve_uidgid && mc_chown (dst_vpath, src_uid, src_gid) != 0 dst_vpath 2945 src/filemanager/file.c while (ctx->preserve && mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)) != 0 dst_vpath 2971 src/filemanager/file.c mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)); dst_vpath 2978 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 2980 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) dst_vpath 3018 src/filemanager/file.c vfs_path_free (dst_vpath, TRUE); dst_vpath 3041 src/filemanager/file.c vfs_path_t *src_vpath, *dst_vpath; dst_vpath 3045 src/filemanager/file.c dst_vpath = vfs_path_from_str (d); dst_vpath 3106 src/filemanager/file.c switch (check_hardlinks (ctx, src_vpath, &src_stat, dst_vpath, &ctx->ignore_all)) dst_vpath 3152 src/filemanager/file.c if (mc_stat (dst_vpath, &dst_stat) != 0) dst_vpath 3155 src/filemanager/file.c if (move_over && mc_rename (src_vpath, dst_vpath) == 0) dst_vpath 3191 src/filemanager/file.c tmp = dst_vpath; dst_vpath 3192 src/filemanager/file.c dst_vpath = vfs_path_append_new (dst_vpath, x_basename (s), (char *) NULL); dst_vpath 3200 src/filemanager/file.c d = vfs_path_as_str (dst_vpath); dst_vpath 3204 src/filemanager/file.c while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0) dst_vpath 3220 src/filemanager/file.c mc_stat (dst_vpath, &dst_stat); dst_vpath 3221 src/filemanager/file.c lp->vfs = vfs_path_get_last_path_vfs (dst_vpath); dst_vpath 3229 src/filemanager/file.c while (mc_chown (dst_vpath, src_stat.st_uid, src_stat.st_gid) != 0) dst_vpath 3317 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); dst_vpath 3320 src/filemanager/file.c mc_fsetflags (dst_vpath, attrs); dst_vpath 3323 src/filemanager/file.c mc_utime (dst_vpath, ×); dst_vpath 3330 src/filemanager/file.c mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill); dst_vpath 3338 src/filemanager/file.c vfs_path_free (dst_vpath, TRUE);