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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFInfo.cpp835 * @param pszExcludePat Simple string pattern of info items to exclude.
843 VMMR3_INT_DECL(int) DBGFR3InfoMulti(PVM pVM, const char *pszIncludePat, const char *pszExcludePat, const char *pszSepFmt, argument
852 AssertPtrReturn(pszExcludePat, VERR_INVALID_POINTER);
862 size_t const cchExcludePat = strlen(pszExcludePat);
875 && !RTStrSimplePatternMultiMatch(pszExcludePat, cchExcludePat, pInfo->szName, pInfo->cchName, NULL))

Completed in 46 milliseconds