MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / fopen

Function fopen

src/fs.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace fsbridge {
4
5FILE *fopen(const fs::path& p, const char *mode)
6{
7 return ::fopen(p.string().c_str(), mode);
8}
9
10FILE *freopen(const fs::path& p, const char *mode, FILE *stream)
11{

Callers 15

SerializeFileDBFunction · 0.85
DeserializeFileDBFunction · 0.85
RegisterLoadFunction · 0.85
ReadBinaryFileFunction · 0.85
WriteBinaryFileFunction · 0.85
OpenDebugLogMethod · 0.85
ShrinkDebugFileMethod · 0.85
ShutdownFunction · 0.85
ThreadImportFunction · 0.85
AppInitMainFunction · 0.85
OpenDiskFileFunction · 0.85
LoadMempoolFunction · 0.85

Calls

no outgoing calls

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.68
mainFunction · 0.68
runtest_fileFunction · 0.68
TESTFunction · 0.68