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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp2092 static int rtDbgCfgQueryStringList(RTDBGCFG hDbgCfg, PRTLISTANCHOR pList, function
2195 rc = rtDbgCfgQueryStringList(pThis, &pThis->PathList, pszValue, cbValue);
2198 rc = rtDbgCfgQueryStringList(pThis, &pThis->SuffixList, pszValue, cbValue);
2201 rc = rtDbgCfgQueryStringList(pThis, &pThis->SrcPathList, pszValue, cbValue);

Completed in 49 milliseconds