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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2575 SafeIfaceArray <IAdditionsFacility> collFac; local
2576 CHECK_ERROR_RET(guest, COMGETTER(Facilities)(ComSafeArrayAsOutParam(collFac)), rc);
2580 for (size_t index = 0; index < collFac.size(); ++index)
2582 ComPtr<IAdditionsFacility> fac = collFac[index];
2606 if (!collFac.size() && details != VMINFO_MACHINEREADABLE)

Completed in 50 milliseconds