Searched refs:has_magic (Results 1 – 4 of 4) sorted by relevance
319 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
445 error_code has_magic(const Twine &path, const Twine &magic, bool &result);
310 ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res)); in TEST_F()
727 error_code has_magic(const Twine &path, const Twine &magic, bool &result) { in has_magic() function