![]() |
Bitcoin ABC
0.22.13
P2P Digital Currency
|
Filesystem operations and types. More...
Classes | |
class | FileLock |
Typedefs | |
typedef fs::ifstream | ifstream |
typedef fs::ofstream | ofstream |
Functions | |
FILE * | fopen (const fs::path &p, const char *mode) |
static std::string | GetErrorReason () |
static bool | IsWSL () |
std::string | get_filesystem_error_message (const fs::filesystem_error &e) |
FILE * | freopen (const fs::path &p, const char *mode, FILE *stream) |
Filesystem operations and types.
Bridge operations to C stdio
typedef fs::ifstream fsbridge::ifstream |
typedef fs::ofstream fsbridge::ofstream |
FILE * fsbridge::fopen | ( | const fs::path & | p, |
const char * | mode | ||
) |
FILE* fsbridge::freopen | ( | const fs::path & | p, |
const char * | mode, | ||
FILE * | stream | ||
) |
std::string fsbridge::get_filesystem_error_message | ( | const fs::filesystem_error & | e | ) |
|
static |