Home
last modified time | relevance | path

Searched refs:LogBlocked (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/sandbox/win/
H A DsandboxLogging.cpp26 LogBlocked(const char* aFunctionName, const char* aContext, const void* aFirstFramePC) in LogBlocked() function
35 LogBlocked(const char* aFunctionName, const char* aContext) in LogBlocked() function
38 LogBlocked(aFunctionName, aContext, CallerPC()); in LogBlocked()
43 LogBlocked(const char* aFunctionName, const wchar_t* aContext) in LogBlocked() function
46 LogBlocked(aFunctionName, base::WideToUTF8(aContext).c_str(), CallerPC()); in LogBlocked()
51 LogBlocked(const char* aFunctionName, const wchar_t* aContext, in LogBlocked() function
55 LogBlocked(aFunctionName, in LogBlocked()
H A DsandboxLogging.h31 void LogBlocked(const char* aFunctionName, const char* aContext = nullptr);
34 void LogBlocked(const char* aFunctionName, const wchar_t* aContext);
35 void LogBlocked(const char* aFunctionName, const wchar_t* aContext,
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/sandbox/win/
H A DsandboxLogging.cpp26 LogBlocked(const char* aFunctionName, const char* aContext, const void* aFirstFramePC) in LogBlocked() function
35 LogBlocked(const char* aFunctionName, const char* aContext) in LogBlocked() function
38 LogBlocked(aFunctionName, aContext, CallerPC()); in LogBlocked()
43 LogBlocked(const char* aFunctionName, const wchar_t* aContext) in LogBlocked() function
46 LogBlocked(aFunctionName, base::WideToUTF8(aContext).c_str(), CallerPC()); in LogBlocked()
51 LogBlocked(const char* aFunctionName, const wchar_t* aContext, in LogBlocked() function
55 LogBlocked(aFunctionName, in LogBlocked()
H A DsandboxLogging.h31 void LogBlocked(const char* aFunctionName, const char* aContext = nullptr);
34 void LogBlocked(const char* aFunctionName, const wchar_t* aContext);
35 void LogBlocked(const char* aFunctionName, const wchar_t* aContext,
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/sandbox/win/
H A DsandboxLogging.cpp26 LogBlocked(const char* aFunctionName, const char* aContext, const void* aFirstFramePC) in LogBlocked() function
35 LogBlocked(const char* aFunctionName, const char* aContext) in LogBlocked() function
38 LogBlocked(aFunctionName, aContext, CallerPC()); in LogBlocked()
43 LogBlocked(const char* aFunctionName, const wchar_t* aContext) in LogBlocked() function
46 LogBlocked(aFunctionName, base::WideToUTF8(aContext).c_str(), CallerPC()); in LogBlocked()
51 LogBlocked(const char* aFunctionName, const wchar_t* aContext, in LogBlocked() function
55 LogBlocked(aFunctionName, in LogBlocked()
H A DsandboxLogging.h31 void LogBlocked(const char* aFunctionName, const char* aContext = nullptr);
34 void LogBlocked(const char* aFunctionName, const wchar_t* aContext);
35 void LogBlocked(const char* aFunctionName, const wchar_t* aContext,
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/sandbox/win/
H A DsandboxLogging.cpp24 LogBlocked(const char* aFunctionName, const char* aContext, uint32_t aFramesToSkip) in LogBlocked() function
33 LogBlocked(const char* aFunctionName, const wchar_t* aContext) in LogBlocked() function
37 LogBlocked(aFunctionName, base::WideToUTF8(aContext).c_str(), in LogBlocked()
43 LogBlocked(const char* aFunctionName, const wchar_t* aContext, in LogBlocked() function
48 LogBlocked(aFunctionName, in LogBlocked()
H A DsandboxLogging.h31 void LogBlocked(const char* aFunctionName, const char* aContext = nullptr,
35 void LogBlocked(const char* aFunctionName, const wchar_t* aContext);
36 void LogBlocked(const char* aFunctionName, const wchar_t* aContext,
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium-shim/sandbox/win/
H A DsandboxLogging.cpp24 LogBlocked(const char* aFunctionName, const char* aContext, uint32_t aFramesToSkip) in LogBlocked() function
33 LogBlocked(const char* aFunctionName, const wchar_t* aContext) in LogBlocked() function
37 LogBlocked(aFunctionName, base::WideToUTF8(aContext).c_str(), in LogBlocked()
43 LogBlocked(const char* aFunctionName, const wchar_t* aContext, in LogBlocked() function
48 LogBlocked(aFunctionName, in LogBlocked()
H A DsandboxLogging.h31 void LogBlocked(const char* aFunctionName, const char* aContext = nullptr,
35 void LogBlocked(const char* aFunctionName, const wchar_t* aContext);
36 void LogBlocked(const char* aFunctionName, const wchar_t* aContext,
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/sandbox/win/
H A DsandboxLogging.cpp24 LogBlocked(const char* aFunctionName, const char* aContext, uint32_t aFramesToSkip) in LogBlocked() function
33 LogBlocked(const char* aFunctionName, const wchar_t* aContext) in LogBlocked() function
37 LogBlocked(aFunctionName, base::WideToUTF8(aContext).c_str(), in LogBlocked()
43 LogBlocked(const char* aFunctionName, const wchar_t* aContext, in LogBlocked() function
48 LogBlocked(aFunctionName, in LogBlocked()
H A DsandboxLogging.h31 void LogBlocked(const char* aFunctionName, const char* aContext = nullptr,
35 void LogBlocked(const char* aFunctionName, const wchar_t* aContext);
36 void LogBlocked(const char* aFunctionName, const wchar_t* aContext,
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch42 + mozilla::sandboxing::LogBlocked("NtCreateFile",
83 + mozilla::sandboxing::LogBlocked("NtOpenFile",
124 + mozilla::sandboxing::LogBlocked("NtQueryAttributesFile",
265 + mozilla::sandboxing::LogBlocked("DuplicateHandle");
361 + mozilla::sandboxing::LogBlocked("NtOpenThread");
397 + mozilla::sandboxing::LogBlocked("NtOpenProcessToken");
560 + mozilla::sandboxing::LogBlocked("NtCreateKey",
619 + mozilla::sandboxing::LogBlocked("NtOpenKey",
642 + mozilla::sandboxing::LogBlocked("NtOpenKeyEx",
681 + mozilla::sandboxing::LogBlocked("NtCreatEvent",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch42 + mozilla::sandboxing::LogBlocked("NtCreateFile",
83 + mozilla::sandboxing::LogBlocked("NtOpenFile",
122 + mozilla::sandboxing::LogBlocked("NtQueryAttributesFile",
260 + mozilla::sandboxing::LogBlocked("DuplicateHandle");
359 + mozilla::sandboxing::LogBlocked("NtOpenThread");
395 + mozilla::sandboxing::LogBlocked("NtOpenProcessToken");
563 + mozilla::sandboxing::LogBlocked("NtCreateKey",
623 + mozilla::sandboxing::LogBlocked("NtOpenKey",
646 + mozilla::sandboxing::LogBlocked("NtOpenKeyEx",
685 + mozilla::sandboxing::LogBlocked("NtCreatEvent",
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch42 + mozilla::sandboxing::LogBlocked("NtCreateFile",
83 + mozilla::sandboxing::LogBlocked("NtOpenFile",
122 + mozilla::sandboxing::LogBlocked("NtQueryAttributesFile",
260 + mozilla::sandboxing::LogBlocked("DuplicateHandle");
359 + mozilla::sandboxing::LogBlocked("NtOpenThread");
563 + mozilla::sandboxing::LogBlocked("NtCreateKey",
623 + mozilla::sandboxing::LogBlocked("NtOpenKey",
646 + mozilla::sandboxing::LogBlocked("NtOpenKeyEx",
685 + mozilla::sandboxing::LogBlocked("NtCreateSection");
743 + mozilla::sandboxing::LogBlocked("NtCreatEvent",
[all …]
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch42 + mozilla::sandboxing::LogBlocked("NtCreateFile",
83 + mozilla::sandboxing::LogBlocked("NtOpenFile",
122 + mozilla::sandboxing::LogBlocked("NtQueryAttributesFile",
260 + mozilla::sandboxing::LogBlocked("DuplicateHandle");
359 + mozilla::sandboxing::LogBlocked("NtOpenThread");
563 + mozilla::sandboxing::LogBlocked("NtCreateKey",
623 + mozilla::sandboxing::LogBlocked("NtOpenKey",
646 + mozilla::sandboxing::LogBlocked("NtOpenKeyEx",
685 + mozilla::sandboxing::LogBlocked("NtCreateSection");
743 + mozilla::sandboxing::LogBlocked("NtCreatEvent",
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch42 + mozilla::sandboxing::LogBlocked("NtCreateFile",
83 + mozilla::sandboxing::LogBlocked("NtOpenFile",
122 + mozilla::sandboxing::LogBlocked("NtQueryAttributesFile",
260 + mozilla::sandboxing::LogBlocked("DuplicateHandle");
359 + mozilla::sandboxing::LogBlocked("NtOpenThread");
563 + mozilla::sandboxing::LogBlocked("NtCreateKey",
623 + mozilla::sandboxing::LogBlocked("NtOpenKey",
646 + mozilla::sandboxing::LogBlocked("NtOpenKeyEx",
685 + mozilla::sandboxing::LogBlocked("NtCreateSection");
743 + mozilla::sandboxing::LogBlocked("NtCreatEvent",
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_interception.cc34 mozilla::sandboxing::LogBlocked("NtOpenThread"); in TargetNtOpenThread()
185 mozilla::sandboxing::LogBlocked("NtOpenProcessToken"); in TargetNtOpenProcessToken()
232 mozilla::sandboxing::LogBlocked("NtOpenProcessTokenEx"); in TargetNtOpenProcessTokenEx()
287 mozilla::sandboxing::LogBlocked("CreateProcessW", application_name); in TargetCreateProcessW()
351 mozilla::sandboxing::LogBlocked("CreateProcessA", application_name); in TargetCreateProcessA()
H A Dfilesystem_interception.cc37 mozilla::sandboxing::LogBlocked("NtCreateFile", in TargetNtCreateFile()
120 mozilla::sandboxing::LogBlocked("NtOpenFile", in TargetNtOpenFile()
199 mozilla::sandboxing::LogBlocked("NtQueryAttributesFile", in TargetNtQueryAttributesFile()
264 mozilla::sandboxing::LogBlocked("NtQueryFullAttributesFile", in TargetNtQueryFullAttributesFile()
330 mozilla::sandboxing::LogBlocked("NtSetInformationFile"); in TargetNtSetInformationFile()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc46 mozilla::sandboxing::LogBlocked("NtCreateFile", in TargetNtCreateFile()
128 mozilla::sandboxing::LogBlocked("NtOpenFile", in TargetNtOpenFile()
203 mozilla::sandboxing::LogBlocked("NtQueryAttributesFile", in TargetNtQueryAttributesFile()
264 mozilla::sandboxing::LogBlocked("NtQueryFullAttributesFile", in TargetNtQueryFullAttributesFile()
328 mozilla::sandboxing::LogBlocked("NtSetInformationFile"); in TargetNtSetInformationFile()
H A Dprocess_thread_interception.cc36 mozilla::sandboxing::LogBlocked("NtOpenThread"); in TargetNtOpenThread()
187 mozilla::sandboxing::LogBlocked("NtOpenProcessToken"); in TargetNtOpenProcessToken()
237 mozilla::sandboxing::LogBlocked("NtOpenProcessTokenEx"); in TargetNtOpenProcessTokenEx()
295 mozilla::sandboxing::LogBlocked("CreateProcessW", application_name); in TargetCreateProcessW()
364 mozilla::sandboxing::LogBlocked("CreateProcessA", application_name); in TargetCreateProcessA()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc42 mozilla::sandboxing::LogBlocked("NtCreateFile", in TargetNtCreateFile()
123 mozilla::sandboxing::LogBlocked("NtOpenFile", in TargetNtOpenFile()
200 mozilla::sandboxing::LogBlocked("NtQueryAttributesFile", in TargetNtQueryAttributesFile()
263 mozilla::sandboxing::LogBlocked("NtQueryFullAttributesFile", in TargetNtQueryFullAttributesFile()
326 mozilla::sandboxing::LogBlocked("NtSetInformationFile"); in TargetNtSetInformationFile()
H A Dprocess_thread_interception.cc34 mozilla::sandboxing::LogBlocked("NtOpenThread"); in TargetNtOpenThread()
185 mozilla::sandboxing::LogBlocked("NtOpenProcessToken"); in TargetNtOpenProcessToken()
232 mozilla::sandboxing::LogBlocked("NtOpenProcessTokenEx"); in TargetNtOpenProcessTokenEx()
287 mozilla::sandboxing::LogBlocked("CreateProcessW", application_name); in TargetCreateProcessW()
353 mozilla::sandboxing::LogBlocked("CreateProcessA", application_name); in TargetCreateProcessA()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_interception.cc36 mozilla::sandboxing::LogBlocked("NtOpenThread"); in TargetNtOpenThread()
187 mozilla::sandboxing::LogBlocked("NtOpenProcessToken"); in TargetNtOpenProcessToken()
237 mozilla::sandboxing::LogBlocked("NtOpenProcessTokenEx"); in TargetNtOpenProcessTokenEx()
295 mozilla::sandboxing::LogBlocked("CreateProcessW", application_name); in TargetCreateProcessW()
364 mozilla::sandboxing::LogBlocked("CreateProcessA", application_name); in TargetCreateProcessA()
H A Dfilesystem_interception.cc46 mozilla::sandboxing::LogBlocked("NtCreateFile", in TargetNtCreateFile()
128 mozilla::sandboxing::LogBlocked("NtOpenFile", in TargetNtOpenFile()
203 mozilla::sandboxing::LogBlocked("NtQueryAttributesFile", in TargetNtQueryAttributesFile()
264 mozilla::sandboxing::LogBlocked("NtQueryFullAttributesFile", in TargetNtQueryFullAttributesFile()
328 mozilla::sandboxing::LogBlocked("NtSetInformationFile"); in TargetNtSetInformationFile()

123