OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sandbox
(Results
1 - 10
of
10
) sorted by null
/external/syzkaller/pkg/osutil/
osutil_appengine.go
12
func
Sandbox
(cmd *exec.Cmd, user, net bool) error {
osutil_akaros.go
23
func
Sandbox
(cmd *exec.Cmd, user, net bool) error {
osutil_bsd.go
20
func
Sandbox
(cmd *exec.Cmd, user, net bool) error {
osutil_darwin.go
20
func
Sandbox
(cmd *exec.Cmd, user, net bool) error {
osutil_fuchsia.go
37
func
Sandbox
(cmd *exec.Cmd, user, net bool) error {
osutil_windows.go
37
func
Sandbox
(cmd *exec.Cmd, user, net bool) error {
osutil_linux.go
36
func
Sandbox
(cmd *exec.Cmd, user, net bool) error {
93
return false, 0, 0, fmt.Errorf("user %q is not found, can't
sandbox
command", sandboxUsername)
/build/soong/ui/build/
sandbox_darwin.go
21
type
Sandbox
string
25
globalSandbox = "build/soong/ui/build/
sandbox
/darwin/global.sb"
35
if p, err := exec.LookPath("
sandbox
-exec"); err == nil {
41
if c.
Sandbox
== "" {
44
c.ctx.Verboseln("
sandbox
-exec not found, disabling sandboxing")
58
"
sandbox
-exec", "-f", string(c.
Sandbox
),
sandbox_linux.go
26
type
Sandbox
struct {
34
noSandbox =
Sandbox
{}
35
basicSandbox =
Sandbox
{
42
ninjaSandbox =
Sandbox
{
60
if !c.
Sandbox
.Enabled {
65
if c.
Sandbox
.DisableWhenUsingGoma && c.config.UseGoma() {
161
if c.
Sandbox
.AllowBuildBrokenUsesNetwork && c.config.BuildBrokenUsesNetwork() {
162
c.ctx.Printf("AllowBuildBrokenUsesNetwork: %v", c.
Sandbox
.AllowBuildBrokenUsesNetwork)
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
Sandbox.java
9
public class
Sandbox
{
15
public
Sandbox
(ClassLoader robolectricClassLoader) {
Completed in 810 milliseconds