Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dglob.py55 if not has_magic(pathname):
74 if dirname != pathname and has_magic(dirname):
78 if has_magic(basename):
208 def has_magic(s): function
/third_party/e2fsprogs/lib/support/
Dplausible.c268 int has_magic = 0; in check_plausibility() local
278 has_magic = 1; in check_plausibility()
282 return !has_magic; in check_plausibility()