Home
last modified time | relevance | path

Searched refs:ignore_dirs (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/tools/ci/
Dcheck_deprecated_kconfigs.py70 ignore_dirs = IGNORE_DIRS
73 ignore_dirs = ignore_dirs + tuple(submodule)
88 if full_path.startswith(ignore_dirs):
Dcheck_public_headers.py244 def list_public_headers(self, ignore_dirs, ignore_files, only_dir=None): argument
279 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)
Dcheck_kconfigs.py434 ignore_dirs = IGNORE_DIRS
436 ignore_dirs = ignore_dirs + tuple(get_submodule_dirs(full_path=True))
453 if full_path.startswith(ignore_dirs):
/hal_espressif-3.4.0/tools/
Dgen_esp_err_to_name.py48 ignore_dirs = (os.path.join('examples'), variable
344 if path_in_idf in ignore_files or path_in_idf.startswith(ignore_dirs):