OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddRuleSys32
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
file_policy_test.cc
248
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_DIR_ANY,
259
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_ANY, L"calc.exe"));
336
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_ANY, L"App*.dll"));
350
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_ANY, L"n*.dll"));
363
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_ANY,
365
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_ANY,
367
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_ANY, L"drivers"));
368
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_QUERY,
477
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_DIR_ANY,
489
EXPECT_TRUE(runner.
AddRuleSys32
(TargetPolicy::FILES_ALLOW_ANY
[
all
...]
/external/chromium_org/sandbox/win/tests/common/
controller.h
89
bool
AddRuleSys32
(TargetPolicy::Semantics semantics, const wchar_t* pattern);
controller.cc
148
bool TestRunner::
AddRuleSys32
(TargetPolicy::Semantics semantics,
Completed in 259 milliseconds