Searched refs:m_CommandLine (Results 1 – 2 of 2) sorted by relevance
426 case prefCommandLineOptNum: return m_pShellInit->m_CommandLine.m_nOptLen; in PVRShellGet()532 return m_pShellInit->m_CommandLine.m_psOrig; in PVRShellGet()534 return m_pShellInit->m_CommandLine.m_pOpt; in PVRShellGet()1267 m_CommandLine.Set(str); in CommandLine()1530 if(!m_CommandLine.PrefixFromFile(pString)) in Run()1539 if(m_CommandLine.PrefixFromFile(pString)) in Run()1549 m_CommandLine.Parse(); in Run()1552 …l->PVRShellOutputDebug("PVRShell command line: %d/%d\n", m_CommandLine.m_nOptLen, m_CommandLine.m_… in Run()1553 for(int i = 0; i < m_CommandLine.m_nOptLen; ++i) in Run()1556 m_CommandLine.m_pOpt[i].pArg ? m_CommandLine.m_pOpt[i].pArg : "", in Run()[all …]
166 PVRShellCommandLine m_CommandLine; /*!< Our Command-line class */ variable