Lines Matching refs:bstr

984     Bstr            bstr;
1003 hrc = pMachine->COMGETTER(HardwareUUID)(bstr.asOutParam()); H();
1005 rc = RTUuidFromUtf16(&HardwareUuid, bstr.raw());
1073 hrc = pMachine->COMGETTER(Name)(bstr.asOutParam()); H();
1074 InsertConfigString(pRoot, "Name", bstr);
2656 hrc = serialPort->COMGETTER(Path)(bstr.asOutParam()); H();
2668 InsertConfigString(pLunL2, "Location", bstr);
2675 InsertConfigString(pLunL1, "DevicePath", bstr);
2683 InsertConfigString(pLunL2, "Location", bstr);
2692 InsertConfigString(pLunL2, "Location", bstr);
2725 hrc = parallelPort->COMGETTER(Path)(bstr.asOutParam()); H();
2726 InsertConfigString(pLunL1, "DevicePath", bstr);
2928 hrc = pMachine->COMGETTER(Name)(bstr.asOutParam()); H();
2943 InsertConfigString(pCfg, "StreamName", bstr);
3205 hrc = pMachine->COMGETTER(SettingsFilePath)(bstr.asOutParam()); H();
3206 Utf8Str strSettingsPath(bstr);
3207 bstr.setNull();
3228 hrc = pMachine->COMGETTER(TracingConfig)(bstr.asOutParam()); H();
3230 InsertConfigString(pDbgf, "TracingConfig", bstr);
3549 Bstr bstr;
3602 hrc = ptrMachine->GetExtraData(Bstr(szExtraDataKey).raw(), bstr.asOutParam()); H();
3603 if (bstr.isEmpty())
3605 InsertConfigString(pCfg, szExtraDataKey, bstr);
3730 Bstr bstr;
4217 Bstr bstr;
4241 hrc = pMedium->COMGETTER(Location)(bstr.asOutParam()); H();
4242 InsertConfigString(pCfg, "Path", bstr);
4251 hrc = pMedium->COMGETTER(Location)(bstr.asOutParam()); H();
4252 InsertConfigString(pCfg, "Path", bstr);
4346 hrc = pMedium->COMGETTER(Location)(bstr.asOutParam()); H();
4347 InsertConfigString(pCfg, "Path", bstr);
4349 hrc = pMedium->COMGETTER(Format)(bstr.asOutParam()); H();
4350 InsertConfigString(pCfg, "Format", bstr);
4434 hrc = pMedium->COMGETTER(Location)(bstr.asOutParam()); H();
4435 InsertConfigString(pCur, "Path", bstr);
4437 hrc = pMedium->COMGETTER(Format)(bstr.asOutParam()); H();
4438 InsertConfigString(pCur, "Format", bstr);
4583 Bstr bstr;
4657 hrc = aNetworkAdapter->COMGETTER(TraceFile)(bstr.asOutParam()); H();
4658 if (!bstr.isEmpty()) /* check convention for indicating default file. */
4659 InsertConfigString(pCfg, "File", bstr);
4680 hrc = virtualBox->COMGETTER(HomeFolder)(bstr.asOutParam()); H();
4681 if (!bstr.isEmpty())
4682 InsertConfigString(pCfg, "TFTPPrefix", Utf8StrFmt("%ls%c%s", bstr.raw(), RTPATH_DELIMITER, "TFTP"));
4683 hrc = pMachine->COMGETTER(Name)(bstr.asOutParam()); H();
4684 InsertConfigString(pCfg, "BootFile", Utf8StrFmt("%ls.pxe", bstr.raw()));
4686 hrc = natEngine->COMGETTER(Network)(bstr.asOutParam()); H();
4687 if (!bstr.isEmpty())
4688 InsertConfigString(pCfg, "Network", bstr);
4695 hrc = natEngine->COMGETTER(HostIP)(bstr.asOutParam()); H();
4696 if (!bstr.isEmpty())
4697 InsertConfigString(pCfg, "BindIP", bstr);
4714 hrc = natEngine->COMGETTER(TFTPPrefix)(bstr.asOutParam()); H();
4715 if (!bstr.isEmpty())
4718 InsertConfigString(pCfg, "TFTPPrefix", bstr);
4720 hrc = natEngine->COMGETTER(TFTPBootFile)(bstr.asOutParam()); H();
4721 if (!bstr.isEmpty())
4724 InsertConfigString(pCfg, "BootFile", bstr);
4726 hrc = natEngine->COMGETTER(TFTPNextServer)(bstr.asOutParam()); H();
4727 if (!bstr.isEmpty())
4728 InsertConfigString(pCfg, "NextServer", bstr);
4935 hrc = hostInterface->COMGETTER(Id)(bstr.asOutParam());
4941 Guid hostIFGuid(bstr);
5255 hrc = aNetworkAdapter->COMGETTER(InternalNetwork)(bstr.asOutParam()); H();
5256 if (!bstr.isEmpty())
5260 InsertConfigString(pCfg, "Network", bstr);
5263 networkName = bstr;
5319 hrc = hostInterface->COMGETTER(Id)(bstr.asOutParam());
5325 Guid hostIFGuid(bstr);
5505 hrc = aNetworkAdapter->COMGETTER(GenericDriver)(bstr.asOutParam()); H();
5512 InsertConfigString(pLunL0, "Driver", bstr);
5528 hrc = aNetworkAdapter->COMGETTER(NATNetwork)(bstr.asOutParam()); H();
5529 if (!bstr.isEmpty())
5534 InsertConfigString(pCfg, "Network", bstr);
5537 networkName = bstr;