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

  /external/chromium_org/sandbox/win/src/
handle_policy.h 24 static bool GenerateRules(const wchar_t* type_name,
named_pipe_policy.h 27 static bool GenerateRules(const wchar_t* name,
registry_policy.h 25 static bool GenerateRules(const wchar_t* name,
sync_policy.h 28 static bool GenerateRules(const wchar_t* name,
process_thread_policy.h 28 static bool GenerateRules(const wchar_t* name,
filesystem_policy.h 28 static bool GenerateRules(const wchar_t* name,
handle_policy.cc 19 bool HandlePolicy::GenerateRules(const wchar_t* type_name,
named_pipe_policy.cc 45 bool NamedPipePolicy::GenerateRules(const wchar_t* name,
sync_policy.cc 18 bool SyncPolicy::GenerateRules(const wchar_t* name,
sandbox_policy_base.cc 357 if (!FileSystemPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
364 if (!SyncPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
377 if (!ProcessPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
384 if (!NamedPipePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
391 if (!RegistryPolicy::GenerateRules(pattern, semantics, policy_maker_)) {
398 if (!HandlePolicy::GenerateRules(pattern, semantics, policy_maker_)) {
process_thread_policy.cc 76 bool ProcessPolicy::GenerateRules(const wchar_t* name,
registry_policy.cc 117 bool RegistryPolicy::GenerateRules(const wchar_t* name,
filesystem_policy.cc 61 bool FileSystemPolicy::GenerateRules(const wchar_t* name,

Completed in 153 milliseconds