Lines Matching defs:string
66 func usageViolation(violation string) {
92 func findAllFilesUnder(root string) (paths []string) {
211 func createCommandScript(rawCommand, scriptPath, scriptPathInSandbox string) (*exec.Cmd, error) {
221 func readManifest(file string) (*sbox_proto.Manifest, error) {
239 func runCommand(command *sbox_proto.Command, tempDir string, commandIndex int) (depFile string, err…
357 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error {
370 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCommand string) error…
463 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, exists existsType, write writeType…
479 func copyOneFile(from string, to string, forceExecutable bool, exists existsType,
546 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
558 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
612 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {
626 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string, write writeType) error {
657 func clearOutputDirectory(copies []*sbox_proto.Copy, outputDir string, write writeType) error {
688 func rewriteDepFiles(ins []string, out string) error {
722 func joinPath(dir, file string) string {
731 func filesHaveSameContents(a, b string) bool {
789 func makeAbsPathEnv(pathEnv string) (string, error) {