Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ iFileFind
Function
iFileFind
src/SB/Core/gc/iFile.cpp:335–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
U32 iFileFind(const char* name, tag_xFile* file)
336
{
337
return iFileOpen(name, 0, file);
338
}
339
340
void iFileGetInfo(tag_xFile* file, U32* addr, U32* length)
341
{
Callers
1
BFD_startSector
Function · 0.85
Calls
1
iFileOpen
Function · 0.70
Tested by
no test coverage detected