Home
last modified time | relevance | path

Searched refs:ignore_files (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/tools/ci/
Dcheck_public_headers.py244 def list_public_headers(self, ignore_dirs, ignore_files, only_dir=None): argument
287 ignore_files = set(ignore_files)
294 if rel_path_file in ignore_files:
317 ignore_files = []
325 ignore_files.append(line)
329 header_check.list_public_headers(ignore_dirs, ignore_files, only_dir=args.only_dir)
/hal_espressif-3.4.0/tools/
Dgen_esp_err_to_name.py42 ignore_files = [os.path.join('components', 'mdns', 'test_afl_fuzz_host', 'esp32_mock.h'), variable
344 if path_in_idf in ignore_files or path_in_idf.startswith(ignore_dirs):