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

/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp87 static const char * const g_apszBundleSuffixes[] = variable
739 int rc = rtDbgSymCacheConstructBundlePath(pszPath, cchPath, cchName, "Contents/MacOS/", g_apszBundleSuffixes);
850 for (unsigned i = 0; i < RT_ELEMENTS(g_apszBundleSuffixes) - 1; i++)
851 if (!RTStrICmp(pszExt, &g_apszBundleSuffixes[i][1]))
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp187 static const char * const g_apszBundleSuffixes[] = variable
1797 return rtDbgCfgOpenBundleFile(hDbgCfg, pszImage, g_apszBundleSuffixes,

Completed in 51 milliseconds