Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dcleanbuild.go67 if hostCrossOutPath := config.hostCrossOut(); hostCrossOutPath != "" {
68 hostCrossOut := func(path string) string {
72 hostCrossOut("bin"),
73 hostCrossOut("coverage"),
74 hostCrossOut("lib*"),
75 hostCrossOut("nativetest*"))
Dconfig.go909 func (c *configImpl) hostCrossOut() string { func