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

/vbox/src/VBox/Runtime/common/path/
H A Dcomparepaths.cpp44 * @param fLimit Limit the comparison to the length of \a pszPath2
47 static int rtPathCompare(const char *pszPath1, const char *pszPath2, bool fLimit) argument
89 if (fLimit && uc2 == '\0')
106 if (!fLimit)

Completed in 32 milliseconds