HomeSort by relevance Sort by last modified time
    Searched refs:is_symlink (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 22 bool is_symlink(FileStatus f) function in namespace:__anon19943
107 && !is_symlink(m_SymLinkStatus))
  /external/llvm/include/llvm/Support/
FileSystem.h 276 /// @returns errc::success if exists(to) && exists(from) && is_symlink(from),
419 /// !is_symlink(s)
436 bool is_symlink(file_status status);
445 error_code is_symlink(const Twine &path, bool &result);
PathV1.h 384 LLVM_PATH_DEPRECATED_MSG(fs::is_symlink));
    [all...]
  /external/llvm/lib/Support/
PathV2.cpp 701 bool is_symlink(file_status status) {
705 error_code is_symlink(const Twine &path, bool &result) {
709 result = is_symlink(st);
717 !is_symlink(status);

Completed in 796 milliseconds