allow_retry       930 src/filemanager/file.c real_do_file_error (file_op_context_t *ctx, enum OperationMode mode, gboolean allow_retry,
allow_retry       942 src/filemanager/file.c     if (allow_retry)
allow_retry       963 src/filemanager/file.c         if (allow_retry)
allow_retry      1027 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str)
allow_retry      1039 src/filemanager/file.c         return parent_call (pntr.p, ctx, 2, sizeof (allow_retry), allow_retry, strlen (str), str);
allow_retry      1041 src/filemanager/file.c         return real_do_file_error (ctx, Foreground, allow_retry, str);
allow_retry      1089 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str)
allow_retry      1091 src/filemanager/file.c     return real_do_file_error (ctx, Foreground, allow_retry, str);
allow_retry      1117 src/filemanager/file.c files_error (file_op_context_t *ctx, gboolean allow_retry, const char *format, const char *file1,
allow_retry      1133 src/filemanager/file.c     const FileProgressStatus ret = do_file_error (ctx, allow_retry, message);
allow_retry      3732 src/filemanager/file.c file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format, const char *file)
allow_retry      3734 src/filemanager/file.c     return files_error (ctx, allow_retry, format, file, NULL);
allow_retry        57 src/filemanager/file.h FileProgressStatus file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format,