Searched refs:sboxOutDir (Results 1 – 3 of 3) sorted by relevance
666 sboxOutDir := filepath.Join(outDir, "gen")667 outFile := filepath.Join(sboxOutDir, "foo_sbox")668 depFile := filepath.Join(sboxOutDir, "foo_sbox.d")675 …cmd := sbox + ` --sandbox-path ` + sandboxPath + ` --output-dir ` + sboxOutDir + ` --manifest ` + …682 sboxOutDir := filepath.Join(outDir, "gen")683 outFile := filepath.Join(sboxOutDir, "foo_sbox_inputs")684 depFile := filepath.Join(sboxOutDir, "foo_sbox_inputs.d")691 …cmd := sbox + ` --sandbox-path ` + sandboxPath + ` --output-dir ` + sboxOutDir + ` --manifest ` + …
39 const sboxOutDir = sboxSandboxBaseDir + "/" + sboxOutSubDir const831 return filepath.Join(sboxOutDir, rel)1164 path := sboxOutDir1166 path = filepath.Join(append([]string{sboxOutDir}, subPathComponents...)...)
74 sboxOutDir := cmd.PathForOutput(outDir)75 sedCmd := "sed -i.bak 's#" + sboxOutDir + "#" + outDir.String() + "#'"