Searched refs:szCommand (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp122 char szCommand[256]; local
139 RTStrPrintf(szCommand, sizeof(szCommand), "%s --q12", pState->pcszXrandr);
140 status = system(szCommand);
197 char szCommand[256]; local
210 RTStrPrintf(szCommand, sizeof(szCommand), "%s -s %ux%u",
212 system(szCommand);
220 RTStrPrintf(szCommand, sizeof(szCommand), "
266 char szCommand[256]; local
[all...]
/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp487 char szCommand[4096]; local
489 RTStrPrintf(szCommand, sizeof(szCommand), "%s %s", pThis->pszSetupApplication,
493 Log2(("Starting TAP setup application: %s\n", szCommand));
494 FILE* pfSetupHandle = popen(szCommand, "r");

Completed in 45 milliseconds