Home | History | Annotate | Download | only in Shell

Lines Matching refs:pString

1524 			char *pString = new char[nSize];
1526 if(pString)
1528 snprintf(pString, nSize, "%s%s", pPath, pCL);
1530 if(!m_CommandLine.PrefixFromFile(pString))
1532 delete[] pString;
1535 pString = new char[nSize];
1537 snprintf(pString, nSize, "%s%s", pPath, pCL);
1539 if(m_CommandLine.PrefixFromFile(pString))
1540 m_pShell->PVRShellOutputDebug("Loaded command-line options from %s.\n", pString);
1543 m_pShell->PVRShellOutputDebug("Loaded command-line options from %s.\n", pString);
1545 delete[] pString;