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         2299 src/filemanager/file.c copy_file_file (file_op_context_t *ctx, const char *src_path, const char *dst_path)
dst_path         2326 src/filemanager/file.c     dst_vpath = vfs_path_from_str (dst_path);
dst_path         2349 src/filemanager/file.c                     file_error (ctx, TRUE, _("Cannot overwrite directory \"%s\"\n%s"), dst_path);
dst_path         2418 src/filemanager/file.c         if (check_same_file (ctx, src_path, &src_stat, dst_path, &dst_stat, &return_status))
dst_path         2425 src/filemanager/file.c             return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat);
dst_path         2474 src/filemanager/file.c                                         dst_path);
dst_path         2499 src/filemanager/file.c                     file_error (ctx, TRUE, _("Cannot create special file \"%s\"\n%s"), dst_path);
dst_path         2513 src/filemanager/file.c                     file_error (ctx, TRUE, _("Cannot chown target file \"%s\"\n%s"), dst_path);
dst_path         2529 src/filemanager/file.c                     file_error (ctx, TRUE, _("Cannot chmod target file \"%s\"\n%s"), dst_path);
dst_path         2551 src/filemanager/file.c                                 dst_path);
dst_path         2638 src/filemanager/file.c                     file_error (ctx, TRUE, _("Cannot create target file \"%s\"\n%s"), dst_path);
dst_path         2671 src/filemanager/file.c                 file_error (ctx, TRUE, _("Cannot fstat target file \"%s\"\n%s"), dst_path);
dst_path         2693 src/filemanager/file.c                         dst_path);
dst_path         2791 src/filemanager/file.c                                         dst_path);
dst_path         2899 src/filemanager/file.c         temp_status = file_error (ctx, TRUE, _("Cannot close target file \"%s\"\n%s"), dst_path);
dst_path         2927 src/filemanager/file.c             temp_status = file_error (ctx, TRUE, _("Cannot chown target file \"%s\"\n%s"), dst_path);
dst_path         2948 src/filemanager/file.c             temp_status = file_error (ctx, TRUE, _("Cannot chmod target file \"%s\"\n%s"), dst_path);
dst_path         2993 src/filemanager/file.c                             dst_path);
dst_path           45 src/filemanager/file.h                                    const char *dst_path);