MCPcopy 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
335U32 iFileFind(const char* name, tag_xFile* file)
336{
337 return iFileOpen(name, 0, file);
338}
339
340void iFileGetInfo(tag_xFile* file, U32* addr, U32* length)
341{

Callers 1

BFD_startSectorFunction · 0.85

Calls 1

iFileOpenFunction · 0.70

Tested by

no test coverage detected