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

/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp670 * @param papszSuffixes Pointer to an array of bundle suffixes.
673 const char * const *papszSuffixes)
680 for (unsigned i = 0; papszSuffixes[i]; i++)
682 Assert(papszSuffixes[i][0] == '.');
683 size_t cchSuff = strlen(papszSuffixes[i]);
685 && !memcmp(&pszEnd[-(ssize_t)cchSuff], papszSuffixes[i], cchSuff))
672 rtDbgSymCacheConstructBundlePath(char *pszPath, size_t cchPath, size_t cchName, const char *pszSubDir, const char * const *papszSuffixes) argument
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1360 const char * const *papszSuffixes, uint32_t fFlags,
1401 for (uint32_t iSuffix = 0; papszSuffixes[iSuffix]; iSuffix++)
1403 if ( !rtDbgCfgIsDirAndFixCase2(pszPath, pszName, papszSuffixes[iSuffix], fCaseInsensitive)
1447 const char * const *papszSuffixes, const char *pszCacheSubDir,
1576 rc2 = rtDbgCfgTryOpenDsymBundleInDir(pThis, pszPath, pSplitFn, papszSuffixes, fFlagsDir,
1640 static int rtDbgCfgOpenBundleFile(RTDBGCFG hDbgCfg, const char *pszImage, const char * const *papszSuffixes, argument
1714 rc2 = RTStrCat(szPath, sizeof(szPath), papszSuffixes[0]);
1359 rtDbgCfgTryOpenDsymBundleInDir(PRTDBGCFGINT pThis, char *pszPath, PRTPATHSPLIT pSplitFn, const char * const *papszSuffixes, uint32_t fFlags, PFNDBGCFGOPEN pfnCallback, void *pvUser1, void *pvUser2) argument
1446 rtDbgCfgTryOpenBundleInList(PRTDBGCFGINT pThis, PRTLISTANCHOR pList, PRTPATHSPLIT pSplitFn, const char * const *papszSuffixes, const char *pszCacheSubDir, const char *pszCacheSuffix, const char *pszUuidMappingSubDir, uint32_t fFlags, char *pszPath, PFNDBGCFGOPEN pfnCallback, void *pvUser1, void *pvUser2) argument

Completed in 47 milliseconds