Searched refs:IGNORED_FILES (Results 1 - 1 of 1) sorted by relevance

/art/tools/
H A Dcpplint_presubmit.py24 IGNORED_FILES = {"runtime/elf.h", "runtime/openjdkjvmti/include/jvmti.h"} variable
38 return f not in IGNORED_FILES and path.suffix in INTERESTING_SUFFIXES and path.exists()

Completed in 47 milliseconds