Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dcleanbuild.go65 if hostCrossOutPath := config.hostCrossOut(); hostCrossOutPath != "" {
66 hostCrossOut := func(path string) string {
70 hostCrossOut("bin"),
71 hostCrossOut("coverage"),
72 hostCrossOut("lib*"),
73 hostCrossOut("nativetest*"))
Dconfig.go580 func (c *configImpl) hostCrossOut() string { func