dst_path 499 src/filemanager/file.c const char *dst_path; dst_path 508 src/filemanager/file.c dst_path = vfs_path_as_str (dst_vpath); dst_path 555 src/filemanager/file.c if (g_path_is_absolute (dst_path)) dst_path 556 src/filemanager/file.c q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON); dst_path 558 src/filemanager/file.c q = vfs_path_build_filename (p->str, dst_path, (char *) NULL); dst_path 604 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot create target symlink\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\n%s"), dst_path); dst_path 2396 src/filemanager/file.c if (check_same_file (ctx, src_path, &src_stat, dst_path, &dst_stat, &return_status)) dst_path 2403 src/filemanager/file.c return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat); dst_path 2451 src/filemanager/file.c dst_path); dst_path 2476 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot create special file\n%s"), dst_path); dst_path 2489 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path); dst_path 2504 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path); dst_path 2525 src/filemanager/file.c ctx, TRUE, _ ("Cannot set ext2 attributes of target file\n%s"), dst_path); dst_path 2610 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot create target file\n%s"), dst_path); dst_path 2642 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot fstat target file\n%s"), dst_path); dst_path 2663 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot preallocate space for target file\n%s"), dst_path); dst_path 2760 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot write target file\n%s"), dst_path); dst_path 2867 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot close target file\n%s"), dst_path); dst_path 2896 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path); dst_path 2917 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path); dst_path 2955 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);