Searched refs:VFFile (Results 1 – 3 of 3) sorted by relevance
| /RevoEX-2.3/include/revolution/ |
| D | vf.h | 149 typedef void VFFile; typedef 160 VFFile* file; 185 VFFile* file; 279 extern VFFile* VFCreateFile ( const char* path, u32 attr ); 280 extern VFFile* VFCreateFileW ( const VFWchar* path, u32 attr ); 281 extern VFFile* VFOpenFile ( const char* path, const char* mode, u32 at… 282 extern VFFile* VFOpenFileW ( const VFWchar* path, const VFWchar* mode, … 283 extern VFErr VFCloseFile ( VFFile* file ); 285 extern VFErr VFSeekFile ( VFFile* file, s32 offset, s32 origin ); 286 extern VFErr VFReadFile ( VFFile* file, void* buf, u32 size , u32* r… [all …]
|
| /RevoEX-2.3/build/demos/vfdemo/src/ |
| D | simple.c | 254 VFFile *fp = NULL; in _SampleMain() 454 VFFile* fp = NULL; in _SampleMain()
|
| /RevoEX-2.3/build/demos/nwc24demo/src/Download/ |
| D | Download.c | 308 VFFile* vfFile = NULL; in CheckVf()
|