Searched refs:EXCLUDE_DIRS (Results 1 – 3 of 3) sorted by relevance
102 static EXCLUDE_DIRS: &[&str] = &[ variable131 return !EXCLUDE_DIRS.contains(&path_string); in base_dir_filter()174 for exclude in EXCLUDE_DIRS { in clone_rust()
53 EXCLUDE_DIRS = [ variable76 if any(root.startswith(exclude) for exclude in EXCLUDE_DIRS):
16 EXCLUDE_DIRS = [os.path.join('Modules', '_ctypes', 'libffi_osx'), variable151 if any(filename.startswith(path) for path in EXCLUDE_DIRS):