Searched refs:TrimPath (Results 1 – 3 of 3) sorted by relevance
90 TrimPath string member411 if config.TrimPath != "" {412 cmd.Args = append(cmd.Args, "-trimpath", config.TrimPath)413 fmt.Fprintln(hash, config.TrimPath)632 flags.StringVar(&config.TrimPath, "trimpath", "", "remove prefix from recorded source file paths")
143 cfg.TrimPath, _ = filepath.Abs(".")
251 cfg.TrimPath = absPath(ctx, ".")