Searched refs:ignore_dirs (Results 1 – 4 of 4) sorted by relevance
70 ignore_dirs = IGNORE_DIRS73 ignore_dirs = ignore_dirs + tuple(submodule)88 if full_path.startswith(ignore_dirs):
244 def list_public_headers(self, ignore_dirs, ignore_files, only_dir=None): argument279 if os.path.relpath(d, idf_path).startswith(tuple(ignore_dirs)):291 if any([os.path.commonprefix([d, rel_path_file]) == d for d in ignore_dirs]):318 ignore_dirs = []323 ignore_dirs.append(line)329 header_check.list_public_headers(ignore_dirs, ignore_files, only_dir=args.only_dir)
434 ignore_dirs = IGNORE_DIRS436 ignore_dirs = ignore_dirs + tuple(get_submodule_dirs(full_path=True))453 if full_path.startswith(ignore_dirs):
48 ignore_dirs = (os.path.join('examples'), variable344 if path_in_idf in ignore_files or path_in_idf.startswith(ignore_dirs):