MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getFileName

Method getFileName

src/Osako/GhostFile.cpp:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189int GhostFile::getAccessWay() { return mAccessWay; }
190char *GhostFile::getFileName() { return mFileName; }
191int GhostFile::getFileNo() { return mFileNo; }
192int GhostFile::getBannerFormat() { return CARD_STAT_BANNER_C8; }
193s32 GhostFile::getCommentOffset() { return (s32)&mFileData - (s32)&mHeader; }

Callers 4

openFileFunction · 0.45
createTaskFunction · 0.45
renameTaskFunction · 0.45
deleteTaskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected