Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
fs.cpp File Reference
#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 <cerrno>
#include <string>
Include dependency graph for fs.cpp:

Go to the source code of this file.

Namespaces

 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 ()
 
std::string fsbridge::get_filesystem_error_message (const fs::filesystem_error &e)