Searched refs:GenerateRules (Results 1 - 15 of 15) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
H A D | process_mitigations_win32k_policy.h | 26 static bool GenerateRules(const wchar_t* name,
|
H A D | handle_policy.h | 24 static bool GenerateRules(const wchar_t* type_name,
|
H A D | process_mitigations_win32k_policy.cc | 9 bool ProcessMitigationsWin32KLockdownPolicy::GenerateRules( function in class:sandbox::ProcessMitigationsWin32KLockdownPolicy
|
H A D | named_pipe_policy.h | 28 static bool GenerateRules(const wchar_t* name,
|
H A D | sync_policy.h | 29 static bool GenerateRules(const wchar_t* name,
|
H A D | process_thread_policy.h | 29 static bool GenerateRules(const wchar_t* name,
|
H A D | registry_policy.h | 26 static bool GenerateRules(const wchar_t* name,
|
H A D | filesystem_policy.h | 29 static bool GenerateRules(const wchar_t* name,
|
H A D | handle_policy.cc | 19 bool HandlePolicy::GenerateRules(const wchar_t* type_name, function in class:sandbox::HandlePolicy
|
H A D | named_pipe_policy.cc | 45 bool NamedPipePolicy::GenerateRules(const wchar_t* name, function in class:sandbox::NamedPipePolicy
|
H A D | sandbox_policy_base.cc | 686 if (!FileSystemPolicy::GenerateRules(pattern, semantics, policy_maker_)) { 693 if (!SyncPolicy::GenerateRules(pattern, semantics, policy_maker_)) { 706 if (!ProcessPolicy::GenerateRules(pattern, semantics, policy_maker_)) { 713 if (!NamedPipePolicy::GenerateRules(pattern, semantics, policy_maker_)) { 720 if (!RegistryPolicy::GenerateRules(pattern, semantics, policy_maker_)) { 727 if (!HandlePolicy::GenerateRules(pattern, semantics, policy_maker_)) { 735 if (!ProcessMitigationsWin32KLockdownPolicy::GenerateRules(
|
H A D | process_thread_policy.cc | 76 bool ProcessPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::ProcessPolicy
|
H A D | registry_policy.cc | 117 bool RegistryPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::RegistryPolicy
|
H A D | sync_policy.cc | 133 bool SyncPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::SyncPolicy
|
H A D | filesystem_policy.cc | 61 bool FileSystemPolicy::GenerateRules(const wchar_t* name, function in class:sandbox::FileSystemPolicy
|
Completed in 97 milliseconds