Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp52 static bool StringCopy(char *&pszStr, const char * const pszSrc);
501 StringCopy(m_pShellData->pszAppName, (char*)ptrValue); in PVRShellSet()
504 StringCopy(m_pShellData->pszExitMessage, (char*)ptrValue); in PVRShellSet()
1692 StringCopy(m_pShell->m_pShellData->pszAppName, 0); in Run()
1693 StringCopy(m_pShell->m_pShellData->pszExitMessage, 0); in Run()
1753 static bool StringCopy(char *&pszStr, const char * const pszSrc) in StringCopy() function