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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp92 RTLISTANCHOR PathList; member in struct:RTDBGCFGINT
1226 rc2 = rtDbgCfgTryOpenList(pThis, &pThis->PathList, pSplitFn, pszCacheSubDir,
1760 rc2 = rtDbgCfgTryOpenBundleInList(pThis, &pThis->PathList, pSplitFn, g_apszDSymBundleSuffixes,
2017 rc = rtDbgCfgChangeStringList(pThis, enmOp, pszValue, true, &pThis->PathList);
2195 rc = rtDbgCfgQueryStringList(pThis, &pThis->PathList, pszValue, cbValue);
2266 rtDbgCfgFreeStrList(&pThis->PathList);
2304 RTListInit(&pThis->PathList);

Completed in 83 milliseconds