Home
last modified time | relevance | path

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

/build/soong/cmd/sbox/
Dsbox.go250 err = clearOutputDirectory(command.CopyAfter, outputDir, writeType(writeIfChanged))
323 copyFiles(command.CopyAfter, tempDir, "", allowFromNotExists, writeType(writeIfChanged))
350 err = moveFiles(command.CopyAfter, tempDir, "", writeType(writeIfChanged))
456 type writeType bool type
459 alwaysWrite writeType = false
467 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, exists existsType, write writeType argument
485 write writeType) error { argument
650 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string, write writeType) error { argument
681 func clearOutputDirectory(copies []*sbox_proto.Copy, outputDir string, write writeType) error { argument