Home
last modified time | relevance | path

Searched refs:TrimPath (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/blueprint/microfactory/
H A Dmicrofactory.go90 TrimPath string member
411 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")
/aosp12/build/soong/ui/build/
H A Dpath.go143 cfg.TrimPath, _ = filepath.Abs(".")
H A Dsoong.go251 cfg.TrimPath = absPath(ctx, ".")