Searched refs:VFFile (Results 1 – 3 of 3) sorted by relevance
| /RevoEX-3.1/include/revolution/ |
| D | vf.h | 153 typedef void VFFile; typedef 164 VFFile* file; 189 VFFile* file; 286 extern VFFile* VFCreateFile ( const char* path, u32 attr ); 287 extern VFFile* VFCreateFileW ( const VFWchar* path, u32 attr ); 288 extern VFFile* VFOpenFile ( const char* path, const char* mode, u32 attr ); 289 extern VFFile* VFOpenFileW ( const VFWchar* path, const VFWchar* mode, u32 … 290 extern VFErr VFCloseFile ( VFFile* file ); 292 extern VFErr VFSeekFile ( VFFile* file, s32 offset, s32 origin ); 293 extern VFErr VFReadFile ( VFFile* file, void* buf, u32 size , u32* read_… [all …]
|
| /RevoEX-3.1/build/demos/vfdemo/src/ |
| D | simple.c | 254 VFFile *fp = NULL; in _SampleMain() 454 VFFile* fp = NULL; in _SampleMain()
|
| /RevoEX-3.1/build/demos/nwc24demo/src/Download/ |
| D | Download.c | 284 VFFile* vfFile = NULL; in CheckVf()
|