OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_ustr
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc
316
UNICODE_STRING
match_ustr
;
local
317
InitStringUnicode(match_str, match_len, &
match_ustr
);
321
if (0 == g_nt.RtlCompareUnicodeString(&
match_ustr
, &source_ustr,
330
UNICODE_STRING
match_ustr
;
local
331
InitStringUnicode(match_str, match_len, &
match_ustr
);
336
if (0 == g_nt.RtlCompareUnicodeString(&
match_ustr
, &source_ustr,
Completed in 414 milliseconds