Home
last modified time | relevance | path

Searched refs:sandboxDir (Results 1 – 1 of 1) sorted by relevance

/build/soong/cmd/sbox/
Dsbox.go361 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error {
363 dir := joinPath(sandboxDir, filepath.Dir(copyPair.GetFrom()))
374 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCommand string) error… argument
378 fromPath := joinPath(sandboxDir, copyPair.GetFrom())
419 createdFiles := findAllFilesUnder(sandboxDir)
424 errorMessage += "in sandbox " + sandboxDir + ",\n"