Searched refs:has_magic (Results 1 – 6 of 6) sorted by relevance
39 if not has_magic(pathname):55 if dirname != pathname and has_magic(dirname):59 if has_magic(basename):99 def has_magic(s): function
256 int has_magic = 0; in check_plausibility() local266 has_magic = 1; in check_plausibility()270 return !has_magic; in check_plausibility()
385 error_code has_magic(const Twine &path, const Twine &magic, bool &result);
333 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
248 ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res)); in TEST_F()
723 error_code has_magic(const Twine &path, const Twine &magic, bool &result) { in has_magic() function