Home
last modified time | relevance | path

Searched refs:create_sandbox (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp76 bool success = sandbox->create_sandbox(/* shouldAbortOnFailure = */ false, in Create()
79 bool success = sandbox->create_sandbox(/* shouldAbortOnFailure = */ false); in Create()
81 sandbox->create_sandbox(); in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rlbox_lucet_sandbox/test/
H A Dtest_lucet_sandbox_glue.cpp16 #define CreateSandbox(sandbox) sandbox.create_sandbox(GLUE_LIB_LUCET_PATH)
H A Dtest_lucet_sandbox_glue_embedder_vars.cpp18 #define CreateSandbox(sandbox) sandbox.create_sandbox(GLUE_LIB_LUCET_PATH)
H A Dtest_lucet_sandbox_glue_preload.cpp25 (sandbox).create_sandbox( \
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rlbox_lucet_sandbox/test/
H A Dtest_lucet_sandbox_glue.cpp16 #define CreateSandbox(sandbox) sandbox.create_sandbox(GLUE_LIB_LUCET_PATH)
H A Dtest_lucet_sandbox_glue_embedder_vars.cpp18 #define CreateSandbox(sandbox) sandbox.create_sandbox(GLUE_LIB_LUCET_PATH)
H A Dtest_lucet_sandbox_glue_preload.cpp25 (sandbox).create_sandbox( \
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rlbox_lucet_sandbox/test/
H A Dtest_lucet_sandbox_glue.cpp16 #define CreateSandbox(sandbox) sandbox.create_sandbox(GLUE_LIB_LUCET_PATH)
H A Dtest_lucet_sandbox_glue_embedder_vars.cpp18 #define CreateSandbox(sandbox) sandbox.create_sandbox(GLUE_LIB_LUCET_PATH)
H A Dtest_lucet_sandbox_glue_preload.cpp25 (sandbox).create_sandbox( \
/dports/games/wolfpack/empire-4.4.1/tests/
H A Dfiles-test12 create_sandbox
H A Dtorpedo-test12 create_sandbox
H A Dfire-test12 create_sandbox
H A Dsmoke-test12 create_sandbox
H A Dactofgod-test12 create_sandbox
H A Dnavi-march-test12 create_sandbox
H A Dupdate-test12 create_sandbox
H A Dload-tend-test12 create_sandbox
H A Dretreat-test12 create_sandbox
H A Dbridgefall-test12 create_sandbox
H A Dbuild-test12 create_sandbox
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp48 mSandbox.create_sandbox(mozilla::ipc::GetSandboxedRLBoxPath().get(), in RLBoxHunspell()
51 mSandbox.create_sandbox(); in RLBoxHunspell()
/dports/www/firefox/firefox-99.0/gfx/ots/
H A DRLBoxWOFF2Host.cpp57 bool createOK = sandbox->create_sandbox(/* infallible = */ false, aSize); in CreateSandboxData()
59 bool createOK = sandbox->create_sandbox(); in CreateSandboxData()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/glue/
H A DRLBoxHunspell.cpp48 mSandbox.create_sandbox(mozilla::ipc::GetSandboxedRLBoxPath().get(), in RLBoxHunspell()
51 mSandbox.create_sandbox(); in RLBoxHunspell()
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_platform/
H A Dunix.py41 def create_sandbox(self, *args, **kwargs): member in Unix

1234