Searched refs:GetArgvCore (Results 1 – 1 of 1) sorted by relevance
71 const char* GetArgvCore(const char* p, int n) in GetArgvCore() function467 return (n == 0) ? procName: GetArgvCore(reinterpret_cast<const char*>(m_pInfo->buf), n - 1); in GetArgv()