#include "util/StringUtil.hxx"
#include "Compiler.h"
#include <system_error>
#include <utility>
#include <stdio.h>
#include <errno.h>
#include <string.h>
Go to the source code of this file.
static const std::error_category& ErrnoCategory |
( |
| ) |
|
|
inlinestatic |
template<typename... Args>
static std::system_error FormatErrno |
( |
int |
code, |
|
|
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
template<typename... Args>
static std::system_error FormatErrno |
( |
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
template<typename... Args>
static std::system_error FormatSystemError |
( |
std::error_code |
code, |
|
|
const char * |
fmt, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
static gcc_pure bool IsAccessDenied |
( |
const std::system_error & |
e | ) |
|
|
inlinestatic |
static gcc_pure bool IsFileNotFound |
( |
const std::system_error & |
e | ) |
|
|
inlinestatic |
static gcc_pure bool IsPathNotFound |
( |
const std::system_error & |
e | ) |
|
|
inlinestatic |
static std::system_error MakeErrno |
( |
int |
code, |
|
|
const char * |
msg |
|
) |
| |
|
inlinestatic |
static std::system_error MakeErrno |
( |
const char * |
msg | ) |
|
|
inlinestatic |