HomeSort by relevance Sort by last modified time
    Searched refs:AddStringMatch (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sandbox/win/src/
policy_low_level_unittest.cc 22 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"c:\\adobe\\ver??\\", CASE_SENSITIVE));
23 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"*.tmp", CASE_SENSITIVE));
24 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"c:\\*.doc", CASE_SENSITIVE));
25 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"c:\\windows\\*", CASE_SENSITIVE));
26 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"d:\\adobe\\acrobat.exe",
34 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"one**two", CASE_SENSITIVE));
35 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"**three", CASE_SENSITIVE));
36 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"five?six*?seven", CASE_SENSITIVE));
37 EXPECT_FALSE(pr.AddStringMatch(IF, 0, L"eight?*nine", CASE_SENSITIVE));
55 EXPECT_TRUE(pr.AddStringMatch(IF, 0, L"z:\\Directory\\domo.txt"
    [all...]
filesystem_policy.cc 143 (!create.AddStringMatch(IF, OpenFile::NAME, name, CASE_INSENSITIVE) ||
149 (!open.AddStringMatch(IF, OpenFile::NAME, name, CASE_INSENSITIVE) ||
155 (!query.AddStringMatch(IF, FileName::NAME, name, CASE_INSENSITIVE) ||
161 (!query_full.AddStringMatch(IF, FileName::NAME, name, CASE_INSENSITIVE)
168 (!rename.AddStringMatch(IF, FileName::NAME, name, CASE_INSENSITIVE) ||
191 rv &= format.AddStringMatch(IF_NOT, FileName::NAME, L"\\/?/?\\*",
195 rv &= short_name.AddStringMatch(IF, FileName::NAME, L"*~*", CASE_SENSITIVE);
handle_policy.cc 44 if (!duplicate_rule.AddStringMatch(IF, HandleTarget::NAME, type_name,
named_pipe_policy.cc 52 if (!pipe.AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE)) {
policy_low_level.h 24 // rule1.AddStringMatch(IF, 0, L"\\\\/?/?\\c:\\*Microsoft*\\*.exe", true);
29 // rule2.AddStringMatch(IF, 0, L"\\\\/?/?\\Pipe\\Chrome.*", false));
140 bool AddStringMatch(RuleType rule_type, int16 parameter,
162 // Called in a loop from AddStringMatch to generate the required string
164 // in AddStringMatch.
registry_policy.cc 154 if (!create.AddStringMatch(IF, OpenKey::NAME, name, CASE_INSENSITIVE) ||
159 if (!open.AddStringMatch(IF, OpenKey::NAME, name, CASE_INSENSITIVE) ||
sync_policy.cc 152 if (!open.AddStringMatch(IF, OpenEventParams::NAME, name, CASE_INSENSITIVE))
169 if (!create.AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE))
process_thread_policy.cc 94 if (!process->AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE)) {
policy_low_level.cc 145 // AddStringMatch() which passes the current state (in state) and it passes
146 // true in last_call if AddStringMatch() has finished processing the input
217 bool PolicyRule::AddStringMatch(RuleType rule_type, int16 parameter,

Completed in 334 milliseconds