Searched refs:_excluded (Results 1 – 2 of 2) sorted by relevance
399 def match_kind(kind, *, _excluded=excluded): argument400 return kind not in _excluded
485 _excluded = excluded.map<String>((String path) => fs.path.absolute(path) + fs.path.separator);488 Iterable<String> _excluded;502 if (fs.isFileSync(path) && !_excluded.any((String exclude) => path.startsWith(exclude)))