Searched refs:has_magic (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/Support/ |
D | FileOutputBufferTest.cpp | 64 ASSERT_NO_ERROR(fs::has_magic(Twine(File1), Twine("AABBCCDDEEFFGGHHIIJJ"), in TEST() 103 ASSERT_NO_ERROR(fs::has_magic(Twine(File3), Twine("AABBCCDDEEFFGGHHIIJJ"), in TEST()
|
D | Path.cpp | 310 ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res)); in TEST_F()
|
/external/llvm/include/llvm/Support/ |
D | PathV1.h | 319 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
|
D | FileSystem.h | 516 error_code has_magic(const Twine &path, const Twine &magic, bool &result);
|
/external/llvm/lib/Support/ |
D | PathV2.cpp | 727 error_code has_magic(const Twine &path, const Twine &magic, bool &result) { in has_magic() function
|