Lines Matching defs:string
60 func usageViolation(violation string) {
86 func findAllFilesUnder(root string) (paths []string) {
198 func readManifest(file string) (*sbox_proto.Manifest, error) {
216 func runCommand(command *sbox_proto.Command, tempDir string) (depFile string, err error) {
344 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error {
357 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir string) []error {
375 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, allowFromNotExists bool) error {
389 func copyOneFile(from string, to string, forceExecutable, allowFromNotExists bool) error {
451 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
463 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
517 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {
530 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string) error {
557 func rewriteDepFiles(ins []string, out string) error {
591 func joinPath(dir, file string) string {
598 func makeAbsPathEnv(pathEnv string) (string, error) {