Home
last modified time | relevance | path

Searched refs:match_ustr (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dpolicy_engine_opcodes.cc316 UNICODE_STRING match_ustr; in OpcodeEval() local
317 InitStringUnicode(match_str, match_len, &match_ustr); in OpcodeEval()
321 if (0 == g_nt.RtlCompareUnicodeString(&match_ustr, &source_ustr, in OpcodeEval()
330 UNICODE_STRING match_ustr; in OpcodeEval() local
331 InitStringUnicode(match_str, match_len, &match_ustr); in OpcodeEval()
336 if (0 == g_nt.RtlCompareUnicodeString(&match_ustr, &source_ustr, in OpcodeEval()