Home
last modified time | relevance | path

Searched refs:hostCrossOut (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dcleanbuild.go84 if hostCrossOutPath := config.hostCrossOut(); hostCrossOutPath != "" {
85 hostCrossOut := func(path string) string {
89 hostCrossOut("bin"),
90 hostCrossOut("coverage"),
91 hostCrossOut("lib*"),
92 hostCrossOut("nativetest*"))
Dconfig.go1540 func (c *configImpl) hostCrossOut() string { func