dst_path          501 src/filemanager/file.c     const char *dst_path;
dst_path          510 src/filemanager/file.c     dst_path = vfs_path_as_str (dst_vpath);
dst_path          558 src/filemanager/file.c             if (g_path_is_absolute (dst_path))
dst_path          559 src/filemanager/file.c                 q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON);
dst_path          561 src/filemanager/file.c                 q = vfs_path_build_filename (p->str, dst_path, (char *) NULL);
dst_path          608 src/filemanager/file.c             file_error (ctx, TRUE, _ ("Cannot create target symlink \"%s\"\n%s"), dst_path);
dst_path         2279 src/filemanager/file.c copy_file_file (file_op_context_t *ctx, const char *src_path, const char *dst_path)
dst_path         2306 src/filemanager/file.c     dst_vpath = vfs_path_from_str (dst_path);
dst_path         2329 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot overwrite directory \"%s\"\n%s"), dst_path);
dst_path         2397 src/filemanager/file.c         if (check_same_file (ctx, src_path, &src_stat, dst_path, &dst_stat, &return_status))
dst_path         2404 src/filemanager/file.c             return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat);
dst_path         2452 src/filemanager/file.c                             dst_path);
dst_path         2477 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot create special file \"%s\"\n%s"), dst_path);
dst_path         2491 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot chown target file \"%s\"\n%s"), dst_path);
dst_path         2507 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot chmod target file \"%s\"\n%s"), dst_path);
dst_path         2529 src/filemanager/file.c                     dst_path);
dst_path         2616 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot create target file \"%s\"\n%s"), dst_path);
dst_path         2649 src/filemanager/file.c                 file_error (ctx, TRUE, _ ("Cannot fstat target file \"%s\"\n%s"), dst_path);
dst_path         2670 src/filemanager/file.c             ctx, TRUE, _ ("Cannot preallocate space for target file \"%s\"\n%s"), dst_path);
dst_path         2767 src/filemanager/file.c                             ctx, TRUE, _ ("Cannot write target file \"%s\"\n%s"), dst_path);
dst_path         2874 src/filemanager/file.c         temp_status = file_error (ctx, TRUE, _ ("Cannot close target file \"%s\"\n%s"), dst_path);
dst_path         2904 src/filemanager/file.c                 file_error (ctx, TRUE, _ ("Cannot chown target file \"%s\"\n%s"), dst_path);
dst_path         2926 src/filemanager/file.c                 file_error (ctx, TRUE, _ ("Cannot chmod target file \"%s\"\n%s"), dst_path);
dst_path         2970 src/filemanager/file.c                 ctx, TRUE, _ ("Cannot set ext2 attributes for target file \"%s\"\n%s"), dst_path);
dst_path           45 src/filemanager/file.h                                    const char *dst_path);