Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <util/fs.h>
#include <util/syserror.h>
#include <cstring>
#include <fcntl.h>
#include <sys/file.h>
#include <sys/utsname.h>
#include <unistd.h>
#include <cassert>
#include <limits>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | fsbridge |
Bridge operations to C stdio. | |
Functions | |
FILE * | fsbridge::fopen (const fs::path &p, const char *mode) |
fs::path | fsbridge::AbsPathJoin (const fs::path &base, const fs::path &path) |
Helper function for joining two paths. More... | |
static std::string | fsbridge::GetErrorReason () |
static bool | fsbridge::IsWSL () |
std::string | fsbridge::get_filesystem_error_message (const fs::filesystem_error &e) |
fs::path | fsbridge::GetTempDirectoryPath () |