#include "error_utils.h"#include "config_express.h"#include <errno.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| string | error_to_text (ErrorUtilCode err) |
| int | get_write_error (void) |
|
|
|
Definition at line 161 of file error_utils.cxx. References EU_error_abort, EU_error_write_disk_fault, EU_error_write_disk_full, EU_error_write_disk_not_found, EU_error_write_disk_sector_not_found, EU_error_write_out_of_files, EU_error_write_out_of_memory, and EU_error_write_sharing_violation. Referenced by Patchfile::initiate(), Decompressor::initiate(), and Patchfile::internal_read_header(). |
1.3