![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
Bridge operations to C stdio. More...
Classes | |
| class | FileLock |
Typedefs | |
| using | FopenFn = std::function< FILE *(const fs::path &, const char *)> |
Functions | |
| FILE * | fopen (const fs::path &p, const char *mode) |
| fs::path | AbsPathJoin (const fs::path &base, const fs::path &path) |
| Helper function for joining two paths. More... | |
| static std::string | GetErrorReason () |
Bridge operations to C stdio.
| using fsbridge::FopenFn = typedef std::function<FILE*(const fs::path&, const char*)> |
Helper function for joining two paths.
| [in] | base | Base path |
| [in] | path | Path to combine with base |
Definition at line 34 of file fs.cpp.
| FILE * fsbridge::fopen | ( | const fs::path & | p, |
| const char * | mode | ||
| ) |