Home
last modified time | relevance | path

Searched refs:fName (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/libraries/gd/src/
DGDFile.c177 s32 GDWriteDLFile(char *fName, u32 numDLs, u32 numPLs, in GDWriteDLFile() argument
189 if ( (fp = fopen(fName, "wb")) == NULL ) in GDWriteDLFile()
298 s32 GDReadDLFile(const char *fName, u32 *numDLs, u32 *numPLs, in GDReadDLFile() argument
312 if ((fp = fopen(fName, "rb")) == FALSE) in GDReadDLFile()
410 s32 GDReadDLFile(const char *fName, u32 *numDLs, u32 *numPLs, in GDReadDLFile() argument
422 if (FALSE == DVDOpen(fName, &finfo)) in GDReadDLFile()
424 OSReport("Can't open file %s\n", fName); in GDReadDLFile()
440 OSReport("Error occurred when reading %s\n", fName); in GDReadDLFile()
452 OSReport("Bad version number for GDL file %s\n", fName); in GDReadDLFile()
/RvlSDK-3.1.4/include/revolution/gd/
DGDFile.h66 s32 GDWriteDLFile(char *fName, u32 numDLs, u32 numPLs,
70 s32 GDReadDLFile(const char *fName, u32 *numDLs, u32 *numPLs,