src_path 500 src/filemanager/file.c const char *src_path; src_path 509 src/filemanager/file.c src_path = vfs_path_as_str (src_vpath); src_path 523 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot read source link \"%s\"\n%s"), src_path); src_path 546 src/filemanager/file.c r = strrchr (src_path, PATH_SEP); src_path 553 src/filemanager/file.c slen = r - src_path + 1; src_path 556 src/filemanager/file.c g_string_append_len (p, src_path, slen); src_path 2279 src/filemanager/file.c copy_file_file (file_op_context_t *ctx, const char *src_path, const char *dst_path) src_path 2307 src/filemanager/file.c src_vpath = vfs_path_from_str (src_path); src_path 2349 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot stat source file \"%s\"\n%s"), src_path); src_path 2380 src/filemanager/file.c ctx, TRUE, _ ("Cannot get ext2 attributes of source file \"%s\"\n%s"), src_path); src_path 2397 src/filemanager/file.c if (check_same_file (ctx, src_path, &src_stat, dst_path, &dst_stat, &return_status)) src_path 2404 src/filemanager/file.c return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat); src_path 2559 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot open source file \"%s\"\n%s"), src_path); src_path 2583 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot fstat source file \"%s\"\n%s"), src_path); src_path 2727 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot read source file \"%s\"\n%s"), src_path); src_path 2862 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot close source file \"%s\"\n%s"), src_path); src_path 44 src/filemanager/file.h FileProgressStatus copy_file_file (file_op_context_t *ctx, const char *src_path,