Searched refs:hostCrossOut (Results 1 – 2 of 2) sorted by relevance
65 if hostCrossOutPath := config.hostCrossOut(); hostCrossOutPath != "" {66 hostCrossOut := func(path string) string {70 hostCrossOut("bin"),71 hostCrossOut("coverage"),72 hostCrossOut("lib*"),73 hostCrossOut("nativetest*"))
580 func (c *configImpl) hostCrossOut() string { func