Searched refs:fName (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.3/build/libraries/gd/src/ |
| D | GDFile.c | 183 s32 GDWriteDLFile(char *fName, u32 numDLs, u32 numPLs, in GDWriteDLFile() argument 197 if ( ( errno = fopen_s( &fp, fName, "wb" ) ) != 0 ) in GDWriteDLFile() 307 s32 GDReadDLFile(const char *fName, u32 *numDLs, u32 *numPLs, in GDReadDLFile() argument 322 if ( ( errno = fopen_s( &fp, fName, "rb" ) ) != 0 ) in GDReadDLFile() 422 s32 GDReadDLFile(const char *fName, u32 *numDLs, u32 *numPLs, in GDReadDLFile() argument 434 if (FALSE == DVDOpen(fName, &finfo)) in GDReadDLFile() 436 OSReport("Can't open file %s\n", fName); in GDReadDLFile() 452 OSReport("Error occurred when reading %s\n", fName); in GDReadDLFile() 464 OSReport("Bad version number for GDL file %s\n", fName); in GDReadDLFile()
|
| /RvlSDK-3.3/include/revolution/gd/ |
| D | GDFile.h | 66 s32 GDWriteDLFile(char *fName, u32 numDLs, u32 numPLs, 70 s32 GDReadDLFile(const char *fName, u32 *numDLs, u32 *numPLs,
|