Lines Matching refs:pszFileName
582 char *pszFileName;
595 pszFileName = (char*)malloc(nFileNameSize);
600 snprintf(pszFileName, nFileNameSize, "%s%s%04d.bmp", pszWritePath, fname, nScreenshotCount);
602 file = fopen(pszFileName,"r");
611 snprintf(pszFileName, nFileNameSize, "%s%s0000.bmp", pszWritePath, fname);
612 PVRShellOutputDebug("PVRShell: *WARNING* : Overwriting %s\n", pszFileName);
617 strcpy(ofname, pszFileName);
621 const int err = PVRShellWriteBMPFile(pszFileName, Width, Height, pLines, ui32PixelReplicate);
622 FREE(pszFileName);
656 @param[in] pszFilename file to save screen to
663 const char * const pszFilename,
676 fpDumpfile = fopen(pszFilename, "wb");
784 PVRShellOutputDebug("PVRShell: Failed to open \"%s\" for writing screen dump.\n", pszFilename);