Home
last modified time | relevance | path

Searched defs:is_symlink_file (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp1112 bool is_symlink_file(const basic_file_status &status) { in is_symlink_file() function
1116 std::error_code is_symlink_file(const Twine &path, bool &result) { in is_symlink_file() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h608 inline bool is_symlink_file(const Twine &Path) { in is_symlink_file() function