dst_path 506 src/filemanager/file.c const char *dst_path; dst_path 515 src/filemanager/file.c dst_path = vfs_path_as_str (dst_vpath); dst_path 563 src/filemanager/file.c if (g_path_is_absolute (dst_path)) dst_path 564 src/filemanager/file.c q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON); dst_path 566 src/filemanager/file.c q = vfs_path_build_filename (p->str, dst_path, (char *) NULL); dst_path 613 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create target symlink \"%s\"\n%s"), dst_path); dst_path 2272 src/filemanager/file.c copy_file_file (file_op_context_t *ctx, const char *src_path, const char *dst_path) dst_path 2299 src/filemanager/file.c dst_vpath = vfs_path_from_str (dst_path); dst_path 2322 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot overwrite directory \"%s\"\n%s"), dst_path); dst_path 2391 src/filemanager/file.c if (check_same_file (ctx, src_path, &src_stat, dst_path, &dst_stat, &return_status)) dst_path 2398 src/filemanager/file.c return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat); dst_path 2447 src/filemanager/file.c dst_path); dst_path 2472 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create special file \"%s\"\n%s"), dst_path); dst_path 2486 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot chown target file \"%s\"\n%s"), dst_path); dst_path 2502 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot chmod target file \"%s\"\n%s"), dst_path); dst_path 2524 src/filemanager/file.c dst_path); dst_path 2611 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot create target file \"%s\"\n%s"), dst_path); dst_path 2644 src/filemanager/file.c file_error (ctx, TRUE, _("Cannot fstat target file \"%s\"\n%s"), dst_path); dst_path 2666 src/filemanager/file.c dst_path); dst_path 2764 src/filemanager/file.c dst_path); dst_path 2872 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _("Cannot close target file \"%s\"\n%s"), dst_path); dst_path 2900 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _("Cannot chown target file \"%s\"\n%s"), dst_path); dst_path 2921 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _("Cannot chmod target file \"%s\"\n%s"), dst_path); dst_path 2966 src/filemanager/file.c dst_path); dst_path 45 src/filemanager/file.h const char *dst_path);