OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXACT_LENGHT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h
228
EXACT_LENGHT
= 2 // Don't do substring match. Do full string match.
policy_engine_opcodes.cc
299
} else if (match_opts &
EXACT_LENGHT
) {
300
// A sub-case of case 3 is when the
EXACT_LENGHT
flag is on
policy_low_level.cc
204
match_opts = static_cast<StringMatchOptions>(
EXACT_LENGHT
| match_opts);
Completed in 39 milliseconds