Searched defs:pszIncludePat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFInfo.cpp834 * @param pszIncludePat Simple string pattern of info items to include.
843 VMMR3_INT_DECL(int) DBGFR3InfoMulti(PVM pVM, const char *pszIncludePat, const char *pszExcludePat, const char *pszSepFmt, argument
851 AssertPtrReturn(pszIncludePat, VERR_INVALID_POINTER);
861 size_t const cchIncludePat = strlen(pszIncludePat);
874 if ( RTStrSimplePatternMultiMatch(pszIncludePat, cchIncludePat, pInfo->szName, pInfo->cchName, NULL)

Completed in 33 milliseconds