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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp406 * If @a fCaseInsensitive is set, we will do a case insensitive search for a
413 * @param fCaseInsensitive Whether case insensitive searching is required.
415 static bool rtDbgCfgIsDirAndFixCase(char *pszPath, const char *pszSubDir, bool fCaseInsensitive) argument
434 if (fCaseInsensitive)
446 * If @a fCaseInsensitive is set, we will do a case insensitive search for a
453 * @param fCaseInsensitive Whether case insensitive searching is required.
455 static bool rtDbgCfgIsDirAndFixCase2(char *pszPath, const char *pszSubDir, const char *pszSuffix, bool fCaseInsensitive) argument
478 if (fCaseInsensitive)
492 * If @a fCaseInsensitive is set, we will do a case insensitive search for a
500 * @param fCaseInsensitive Whethe
506 rtDbgCfgIsFileAndFixCase(char *pszPath, const char *pszFilename, const char *pszSuffix, bool fCaseInsensitive, bool fMsCompressed, bool *pfProbablyCompressed) argument
589 bool const fCaseInsensitive = (fFlags & RTDBGCFG_O_CASE_INSENSITIVE) local
942 bool const fCaseInsensitive = (fFlags & RTDBGCFG_O_CASE_INSENSITIVE) local
1380 bool const fCaseInsensitive = (fFlags & RTDBGCFG_O_CASE_INSENSITIVE) local
[all...]

Completed in 62 milliseconds