Searched refs:hasAnyPrefix (Results 1 – 1 of 1) sorted by relevance
269 includePath := len(r.paths) == 0 || hasAnyPrefix(dir, r.paths)270 excludePath := hasAnyPrefix(dir, r.unlessPaths)302 func hasAnyPrefix(s string, prefixes []string) bool { func