Lines Matching refs:strKey
1594 Utf8Str strKey;
1595 rc = getSmcDeviceKey(virtualBox, pMachine, &strKey, &fGetKeyFromRealSMC);
1598 InsertConfigString(pCfg, "DeviceKey", strKey);
3357 const Utf8Str &strKey = *it;
3362 if (!strKey.startsWith("VBoxInternal/"))
3365 const char *pszExtraDataKey = strKey.c_str() + sizeof("VBoxInternal/") - 1;
3371 hrc = pVirtualBox->GetExtraData(Bstr(strKey).raw(),
3374 hrc = pMachine->GetExtraData(Bstr(strKey).raw(),
3377 LogRel(("Warning: Cannot get extra data key %s, rc = %Rhrc\n", strKey.c_str(), hrc));
3495 Utf8Str strKey(aGlobalExtraDataKeys[i]);
3496 if (!strKey.startsWith("VBoxInternal2/"))
3500 hrc = pVirtualBox->GetExtraData(Bstr(strKey).raw(),
3506 LogRel((" %s=\"%ls\"\n", strKey.c_str(), bstrValue.raw()));
3518 Utf8Str strKey(aMachineExtraDataKeys[i]);
3519 if (!strKey.startsWith("VBoxInternal2/"))
3523 hrc = pMachine->GetExtraData(Bstr(strKey).raw(),
3529 LogRel((" %s=\"%ls\"\n", strKey.c_str(), bstrValue.raw()));
4509 com::Utf8Str strKey;
4515 hrc = strKey.assignEx(name, offSlash + 1, name.length() - offSlash - 1); /* Skip slash */
4523 InsertConfigString(pCfgFilterConfig, strKey.c_str(), value);