Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
namespace fsbridge {
4
5
FILE *fopen(const fs::path& p, const char *mode)
6
{
7
return ::fopen(p.string().c_str(), mode);
8
}
9
10
FILE *freopen(const fs::path& p, const char *mode, FILE *stream)
11
{
Callers
15
SerializeFileDB
Function · 0.85
DeserializeFileDB
Function · 0.85
RegisterLoad
Function · 0.85
ReadBinaryFile
Function · 0.85
WriteBinaryFile
Function · 0.85
OpenDebugLog
Method · 0.85
ShrinkDebugFile
Method · 0.85
Shutdown
Function · 0.85
ThreadImport
Function · 0.85
AppInitMain
Function · 0.85
OpenDiskFile
Function · 0.85
LoadMempool
Function · 0.85
Calls
no outgoing calls
Tested by
4
BOOST_AUTO_TEST_CASE
Function · 0.68
main
Function · 0.68
runtest_file
Function · 0.68
TEST
Function · 0.68