Searched refs:kLastCharIsWild (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dpolicy_low_level.cc27 const uint32 kLastCharIsWild = 2; member in namespace:__anon10622
28 const uint32 kLastCharIsAsterisk = kLastCharIsWild + 4;
29 const uint32 kLastCharIsQuestionM = kLastCharIsWild + 8;
234 if (kLastCharIsWild & last_char) {

Completed in 144 milliseconds