Home
last modified time | relevance | path

Searched refs:has_magic (Results 1 – 6 of 6) 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/e2fsprogs/lib/support/
Dplausible.c256 int has_magic = 0; in check_plausibility() local
266 has_magic = 1; in check_plausibility()
270 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