Searched refs:sandboxesRoot (Results 1 – 1 of 1) sorted by relevance
/build/soong/cmd/sbox/ |
D | sbox.go | 42 sandboxesRoot string var 55 flag.StringVar(&sandboxesRoot, "sandbox-path", "", 113 if sandboxesRoot == "" { 132 err = os.MkdirAll(sandboxesRoot, 0777) 134 return fmt.Errorf("failed to create %q: %w", sandboxesRoot, err) 146 tempDir := filepath.Join(sandboxesRoot, "sbox", hex.EncodeToString(hash.Sum(nil))) 154 return fmt.Errorf("failed to create temporary dir in %q: %w", sandboxesRoot, err)
|