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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp415 static bool rtDbgCfgIsDirAndFixCase(char *pszPath, const char *pszSubDir, bool fCaseInsensitive) function
603 if (!rtDbgCfgIsDirAndFixCase(pszPath, pSplitFn->apszComps[i], fCaseInsensitive))
946 if (!rtDbgCfgIsDirAndFixCase(pszPath, pszFilename, fCaseInsensitive))
949 if (!rtDbgCfgIsDirAndFixCase(pszPath, pszCacheSubDir, fCaseInsensitive))
1396 if (!rtDbgCfgIsDirAndFixCase(pszPath, pSplitFn->apszComps[i], fCaseInsensitive))
1404 && !rtDbgCfgIsDirAndFixCase(pszPath, "Contents", fCaseInsensitive)
1405 && !rtDbgCfgIsDirAndFixCase(pszPath, "Resources", fCaseInsensitive)
1406 && !rtDbgCfgIsDirAndFixCase(pszPath, "DWARF", fCaseInsensitive))

Completed in 37 milliseconds