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

/vbox/src/VBox/Main/src-server/
H A DAudioAdapterImpl.cpp23 #include <VBox/settings.h>
90 ComPtr<IVirtualBox> VBox; local
91 HRESULT rc = aParent->COMGETTER(Parent)(VBox.asOutParam());
94 rc = VBox->COMGETTER(SystemProperties)(sysProps.asOutParam());
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py221 "testcase/tstR0ThreadPreemptionDriver", # VBox 4.3
303 # We need a VBox install (/ build) to test.
307 reporter.error('Unabled to import the VBox Python API.') namespace
312 reporter.error('Unabled to detect the VBox build.');
388 """ Tries to figure which VBox version this is, setting self.aiVBoxVer. """
400 reporter.log('VBox version: %s' % (self.aiVBoxVer,));

Completed in 137 milliseconds