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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp362 static void InsertConfigString(PCFGMNODE pNode, function
380 static void InsertConfigString(PCFGMNODE pNode, function
400 static void InsertConfigString(PCFGMNODE pNode, function
404 InsertConfigString(pNode, pcszName, Utf8Str(rBstrValue));
712 InsertConfigString(pCfg, "DeviceName", aDevName);
731 InsertConfigString(pLunL0, "Driver", "pciraw");
735 InsertConfigString(pLunL1, "Driver", "MainPciRaw");
753 InsertConfigString(pLunL0, "Driver", "MainStatus");
762 InsertConfigString(pCfg, "DeviceInstance", deviceInstance.c_str());
1066 // InsertConfigString throw
[all...]

Completed in 831 milliseconds