Lines Matching defs:string
67 func usageViolation(violation string) {
93 func findAllFilesUnder(root string) (paths []string) {
215 func createCommandScript(rawCommand, scriptPath, scriptPathInSandbox string) (*exec.Cmd, error) {
225 func readManifest(file string) (*sbox_proto.Manifest, error) {
243 func runCommand(command *sbox_proto.Command, tempDir string, commandIndex int) (depFile string, err…
361 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error {
374 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCommand string) error…
467 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, exists existsType, write writeType…
484 func copyOneFile(from string, to string, forceExecutable bool, exists existsType,
570 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
582 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
636 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {
650 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string, write writeType) error {
681 func clearOutputDirectory(copies []*sbox_proto.Copy, outputDir string, write writeType) error {
712 func rewriteDepFiles(ins []string, out string) error {
746 func joinPath(dir, file string) string {
755 func filesHaveSameContents(a, b string) bool {
813 func makeAbsPathEnv(pathEnv string) (string, error) {