Home
last modified time | relevance | path

Searched refs:hasFilePrivileges (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/mac/
H A DSandbox.h45 hasFilePrivileges(false), in _MacSandboxInfo()
51 bool hasFilePrivileges; member
H A DSandbox.mm245 if (aInfo.hasFilePrivileges) {
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/mac/
H A DSandbox.h25 hasFilePrivileges(false), in _MacSandboxInfo()
52 bool hasFilePrivileges; member
H A DSandbox.mm407 if (aInfo.hasFilePrivileges) {
507 aInfo.hasFilePrivileges = true;
/dports/www/firefox/firefox-99.0/security/sandbox/mac/
H A DSandbox.h26 hasFilePrivileges(false), in _MacSandboxInfo()
54 bool hasFilePrivileges; member
H A DSandbox.mm418 if (aInfo.hasFilePrivileges) {
518 aInfo.hasFilePrivileges = true;
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/mac/
H A DSandbox.h25 hasFilePrivileges(false), in _MacSandboxInfo()
52 bool hasFilePrivileges; member
H A DSandbox.mm407 if (aInfo.hasFilePrivileges) {
507 aInfo.hasFilePrivileges = true;
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/mac/
H A DSandbox.h25 hasFilePrivileges(false), in _MacSandboxInfo()
52 bool hasFilePrivileges; member
H A DSandbox.mm400 if (aInfo.hasFilePrivileges) {
500 aInfo.hasFilePrivileges = true;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DContentChild.cpp1518 info.hasFilePrivileges = isFileProcess; in StartMacOSContentSandbox()