Home
last modified time | relevance | path

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

/third_party/jerryscript/tools/
Dcheck-license.py53 EXCLUDE_DIRS = [ variable
76 if any(root.startswith(exclude) for exclude in EXCLUDE_DIRS):
/third_party/python/Tools/scripts/
Dpatchcheck.py16 EXCLUDE_DIRS = [os.path.join('Modules', '_ctypes', 'libffi_osx'), variable
151 if any(filename.startswith(path) for path in EXCLUDE_DIRS):