Searched refs:CNTFileInfoNAND (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.3/include/revolution/ |
| D | cnt.h | 166 } CNTFileInfoNAND; typedef 177 CNTFileInfoNAND nand; 225 s32 contentOpenNAND ( CNTHandleNAND* Cnt, const char* filename, CNTFileInfoNAND* … 226 s32 contentReadNAND ( CNTFileInfoNAND* cf, void* addr, u32 length, s32 offset ); 227 s32 contentReadNANDModified ( CNTFileInfoNAND* cf, void* addr, u32 length ); 228 s32 contentSeekNAND ( CNTFileInfoNAND* cf, s32 offset, u32 whence ); 229 s32 contentTellNAND ( CNTFileInfoNAND* cf ); 230 u32 contentGetLengthNAND ( CNTFileInfoNAND* cf ); 231 s32 contentCloseNAND ( CNTFileInfoNAND* cf ); 233 s32 contentFastOpenNAND ( CNTHandleNAND* Cnt, s32 entrynum, CNTFileInfoNAND* cf );
|