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