Searched refs:m_pReadPath (Results 1 – 2 of 2) sorted by relevance
1196 delete [] m_pReadPath; in ~PVRShellInit()1197 m_pReadPath = NULL; in ~PVRShellInit()1411 return m_pReadPath; in GetReadPath()1448 m_pReadPath = new char[strlen(str)+1]; in SetReadPath()1450 if(m_pReadPath) in SetReadPath()1452 strcpy(m_pReadPath, str); in SetReadPath()1453 char* lastSlash = strrchr(m_pReadPath, PVRSHELL_DIR_SYM); in SetReadPath()
179 char *m_pReadPath; /*!<Holds the path where the application will read the data from */ variable