Searched refs:cObjs (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3176 uint32_t cObjs = mapObjs.size(); local
3177 if (!cObjs)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp5146 unsigned cObjs = 0; local
5153 cObjs++;
5156 if (cObjs)
5157 OSDBGPRINT(("supdrvLdrFree: Image '%s' has %d dangling objects!\n", pImage->szName, cObjs));
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1369 cObjs = _xpcom._GetGatewayCount(); # pylint: disable=W0212
1370 if cObjs == 0 and cIfs == 0:
1374 % (hrc, cObjs, cIfs));

Completed in 75 milliseconds