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

/vbox/src/VBox/Runtime/testcase/
H A DtstDir-3.cpp81 unsigned cMatch; local
100 rcRet2 = tstDirOpenFiltered(pszFilter1, &cMatch, &rc);
105 if (cMatch)
106 RTPrintf("tstDir-3: filter '%s' gave wrong result count! cMatch=%u\n", pszFilter1, cMatch);
108 rcRet2 = tstDirOpenFiltered(pszFilter2, &cMatch, &rc);
113 if (!cMatch)
114 RTPrintf("tstDir-3: filter '%s' gave wrong result count! cMatch=%u\n", pszFilter2, cMatch);

Completed in 39 milliseconds