OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creation_mode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_unittest.cc
64
unsigned long
creation_mode
= OPEN_EXISTING;
local
70
POLPARAM(
creation_mode
)
88
// Changing
creation_mode
such that evaluation should not match any rule.
89
creation_mode
= CREATE_NEW;
93
// Changing
creation_mode
such that evaluation should match rule #2.
94
creation_mode
= OPEN_ALWAYS;
policy_low_level_unittest.cc
332
unsigned long
creation_mode
= OPEN_EXISTING;
local
338
POLPARAM(
creation_mode
) // Argument 1
350
creation_mode
= CREATE_ALWAYS;
354
creation_mode
= OPEN_EXISTING;
488
unsigned long
creation_mode
= OPEN_EXISTING;
local
494
POLPARAM(
creation_mode
) // Argument 1
552
creation_mode
= CREATE_ALWAYS;
562
creation_mode
= OPEN_EXISTING;
Completed in 36 milliseconds