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