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

/vbox/src/VBox/Main/testcase/
H A DtstUSBProxyLinux.cpp87 } s_testEnvironment[] = variable in typeref:struct:__anon16533
124 for (unsigned i = 0; i < RT_ELEMENTS(s_testEnvironment); ++i)
129 TestUSBSetEnv(s_testEnvironment[i].pcszEnvUsb,
130 s_testEnvironment[i].pcszEnvUsbRoot);
131 TestUSBSetupInit(s_testEnvironment[i].pcszUsbfsRoot,
132 s_testEnvironment[i].fUsbfsAccessible,
133 s_testEnvironment[i].pcszDevicesRoot,
134 s_testEnvironment[i].fDevicesAccessible,
135 s_testEnvironment[i].rcMethodInit);
137 RTTESTI_CHECK_MSG(rc == s_testEnvironment[
[all...]

Completed in 33 milliseconds