Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dglob.py39 if not has_magic(pathname):
55 if dirname != pathname and has_magic(dirname):
59 if has_magic(basename):
99 def has_magic(s): function
/external/python/setuptools/setuptools/
Dglob.py52 if not has_magic(pathname):
72 if dirname != pathname and has_magic(dirname):
76 if has_magic(basename):
151 def has_magic(s): function
/external/python/cpython3/Lib/
Dglob.py41 if not has_magic(pathname):
60 if dirname != pathname and has_magic(dirname):
64 if has_magic(basename):
145 def has_magic(s): function
/external/e2fsprogs/lib/support/
Dplausible.c267 int has_magic = 0; in check_plausibility() local
277 has_magic = 1; in check_plausibility()
281 return !has_magic; in check_plausibility()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h385 error_code has_magic(const Twine &path, const Twine &magic, bool &result);
DPathV1.h333 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp248 ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res)); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp723 error_code has_magic(const Twine &path, const Twine &magic, bool &result) { in has_magic() function