Lines Matching defs:string
70 func usageViolation(violation string) {
96 func findAllFilesUnder(root string) (paths []string) {
218 func createCommandScript(rawCommand, scriptPath, scriptPathInSandbox string) (*exec.Cmd, error) {
228 func readManifest(file string) (*sbox_proto.Manifest, error) {
291 func runCommand(command *sbox_proto.Command, tempDir string, commandIndex int) (depFile string, err…
415 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error {
428 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCommand string) error…
521 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, exists existsType, write writeType…
538 func copyOneFile(from string, to string, forceExecutable bool, exists existsType,
624 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
636 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
690 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {
704 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string, write writeType) error {
735 func clearOutputDirectory(copies []*sbox_proto.Copy, outputDir string, write writeType) error {
766 func rewriteDepFiles(ins []string, out string) error {
800 func joinPath(dir, file string) string {
809 func filesHaveSameContents(a, b string) bool {
867 func makeAbsPathEnv(pathEnv string) (string, error) {