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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3365 const char *pszExtraDataKey = strKey.c_str() + sizeof("VBoxInternal/") - 1; local
3385 const char *pszCFGMValueName = strrchr(pszExtraDataKey, '/');
3394 pNode = CFGMR3GetChild(pRoot, pszExtraDataKey);
3400 rc = CFGMR3InsertNode(pRoot, pszExtraDataKey, &pNode);
3403 AssertLogRelMsgRC(rc, ("failed to insert node '%s'\n", pszExtraDataKey));
3413 pszCFGMValueName = pszExtraDataKey;
3414 pszExtraDataKey--;
3465 strCFGMValueUtf8.c_str(), pszExtraDataKey));

Completed in 411 milliseconds