Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/scripts/
Dnew_merge.py125 if (os.path.splitext(f)[1] == extension and (not inIgnore(f))):
153 def inIgnore(file): function