Searched refs:hostCrossOut (Results 1 – 2 of 2) sorted by relevance
84 if hostCrossOutPath := config.hostCrossOut(); hostCrossOutPath != "" {85 hostCrossOut := func(path string) string {89 hostCrossOut("bin"),90 hostCrossOut("coverage"),91 hostCrossOut("lib*"),92 hostCrossOut("nativetest*"))
1540 func (c *configImpl) hostCrossOut() string { func