Searched refs:sandboxesRoot (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/cmd/sbox/ |
H A D | sbox.go | 41 sandboxesRoot string var 52 flag.StringVar(&sandboxesRoot, "sandbox-path", "", 106 if sandboxesRoot == "" { 122 err = os.MkdirAll(sandboxesRoot, 0777) 124 return fmt.Errorf("failed to create %q: %w", sandboxesRoot, err) 136 tempDir := filepath.Join(sandboxesRoot, "sbox", hex.EncodeToString(hash.Sum(nil))) 144 return fmt.Errorf("failed to create temporary dir in %q: %w", sandboxesRoot, err)
|