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

/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystem.cpp57 uint32_t uScoreMax = RTFILESYSTEM_MATCH_SCORE_UNSUPPORTED; local
67 && uScore > uScoreMax)
70 uScoreMax = uScore;
78 if (uScoreMax > RTFILESYSTEM_MATCH_SCORE_UNSUPPORTED)

Completed in 56 milliseconds