Bitcoin ABC  0.29.2
P2P Digital Currency
Namespaces | Functions
fs.cpp File Reference
#include <fs.h>
#include <cstring>
#include <fcntl.h>
#include <sys/file.h>
#include <sys/utsname.h>
#include <unistd.h>
#include <cassert>
#include <limits>
#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 ()
 
static bool fsbridge::IsWSL ()
 
std::string fsbridge::get_filesystem_error_message (const fs::filesystem_error &e)
 
fs::path fsbridge::GetTempDirectoryPath ()