Searched refs:m_pWritePath (Results 1 – 2 of 2) sorted by relevance
1199 delete [] m_pWritePath; in ~PVRShellInit()1200 m_pWritePath = NULL; in ~PVRShellInit()1420 return m_pWritePath; in GetWritePath()1466 m_pWritePath = new char[strlen(str)+1]; in SetWritePath()1468 if(m_pWritePath) in SetWritePath()1470 strcpy(m_pWritePath, str); in SetWritePath()1471 char* lastSlash = strrchr(m_pWritePath, PVRSHELL_DIR_SYM); in SetWritePath()
180 char *m_pWritePath; /*!<Holds the path where the application will write the data to */ variable