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