Searched refs:CNTHandle (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2/include/revolution/ |
| D | cnt.h | 154 } CNTHandle; typedef 217 s32 contentInitHandleNANDEx ( u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator ); 218 s32 contentInitHandleTitleNAND ( u64 titleId, u32 contentIdx, CNTHandle* Cnt, MEMAllocator* … 249 s32 contentInitHandleDVDEx ( u32 contentIdx, CNTHandle* Cnt, MEMAllocator* allocator ); 250 s32 contentInitHandleTitleDVD ( u64 titleId, u32 contentIdx, CNTHandle* Cnt, MEMAllocator* … 289 s32 CNTReleaseHandle ( CNTHandle* Cnt ); 291 s32 CNTOpen ( CNTHandle* Cnt, const char* filename, CNTFileInfo* cf ); 299 s32 CNTFastOpen ( CNTHandle* Cnt, s32 entrynum, CNTFileInfo* cf ); 300 s32 CNTConvertPathToEntrynum ( CNTHandle* Cnt, const char* filename ); 301 BOOL CNTEntrynumIsDir ( CNTHandle* Cnt, s32 entrynum ); [all …]
|
| /RvlSDK-3.2/build/demos/cntdemo/src/ |
| D | cntdemo.c | 50 CNTHandle Cnt; in main()
|
| D | datatitledemo.c | 51 CNTHandle Cnt; in main()
|
| D | strapcntdemo.c | 166 CNTHandle Cnt;
|