dst_path          500 src/filemanager/file.c     const char *dst_path;
dst_path          509 src/filemanager/file.c     dst_path = vfs_path_as_str (dst_vpath);
dst_path          556 src/filemanager/file.c             if (g_path_is_absolute (dst_path))
dst_path          557 src/filemanager/file.c                 q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON);
dst_path          559 src/filemanager/file.c                 q = vfs_path_build_filename (p->str, dst_path, (char *) NULL);
dst_path          605 src/filemanager/file.c         return_status = file_error (ctx, TRUE, _ ("Cannot create target symlink\n%s"), dst_path);
dst_path         2282 src/filemanager/file.c copy_file_file (file_op_context_t *ctx, const char *src_path, const char *dst_path)
dst_path         2309 src/filemanager/file.c     dst_vpath = vfs_path_from_str (dst_path);
dst_path         2332 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot overwrite directory\n%s"), dst_path);
dst_path         2399 src/filemanager/file.c         if (check_same_file (ctx, src_path, &src_stat, dst_path, &dst_stat, &return_status))
dst_path         2406 src/filemanager/file.c             return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat);
dst_path         2454 src/filemanager/file.c                             dst_path);
dst_path         2479 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot create special file\n%s"), dst_path);
dst_path         2492 src/filemanager/file.c                 temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path);
dst_path         2507 src/filemanager/file.c                 temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path);
dst_path         2528 src/filemanager/file.c                     ctx, TRUE, _ ("Cannot set ext2 attributes of target file\n%s"), dst_path);
dst_path         2613 src/filemanager/file.c                     file_error (ctx, TRUE, _ ("Cannot create target file\n%s"), dst_path);
dst_path         2645 src/filemanager/file.c             return_status = file_error (ctx, TRUE, _ ("Cannot fstat target file\n%s"), dst_path);
dst_path         2666 src/filemanager/file.c             file_error (ctx, TRUE, _ ("Cannot preallocate space for target file\n%s"), dst_path);
dst_path         2763 src/filemanager/file.c                             file_error (ctx, TRUE, _ ("Cannot write target file\n%s"), dst_path);
dst_path         2870 src/filemanager/file.c         temp_status = file_error (ctx, TRUE, _ ("Cannot close target file\n%s"), dst_path);
dst_path         2899 src/filemanager/file.c             temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path);
dst_path         2920 src/filemanager/file.c             temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path);
dst_path         2964 src/filemanager/file.c                 ctx, TRUE, _ ("Cannot set ext2 attributes for target file\n%s"), dst_path);
dst_path           45 src/filemanager/file.h                                    const char *dst_path);