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

/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp116 static const char * const g_apszDSymBundleSuffixes[] = variable
813 int rc = rtDbgSymCacheConstructBundlePath(pszPath, cchPath, cchName, "Contents/Resources/DWARF/", g_apszDSymBundleSuffixes);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp216 static const char * const g_apszDSymBundleSuffixes[] = variable
1745 rc2 = rtDbgCfgTryOpenDsymBundleInDir(pThis, szPath, pSplitFn, g_apszDSymBundleSuffixes,
1760 rc2 = rtDbgCfgTryOpenBundleInList(pThis, &pThis->PathList, pSplitFn, g_apszDSymBundleSuffixes,
1787 return rtDbgCfgOpenBundleFile(hDbgCfg, pszImage, g_apszDSymBundleSuffixes,

Completed in 50 milliseconds