Searched refs:hostCrossOut (Results 1 – 2 of 2) sorted by relevance
67 if hostCrossOutPath := config.hostCrossOut(); hostCrossOutPath != "" {68 hostCrossOut := func(path string) string {72 hostCrossOut("bin"),73 hostCrossOut("coverage"),74 hostCrossOut("lib*"),75 hostCrossOut("nativetest*"))
909 func (c *configImpl) hostCrossOut() string { func