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

  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 18 bool status_known(FileStatus f) { function in namespace:mcld::sys::fs::__anon28906
100 if (!status_known(m_FileStatus)) {
104 if (status_known(m_SymLinkStatus) && !is_symlink(m_SymLinkStatus)) {
113 if (!status_known(m_SymLinkStatus))
  /external/llvm/include/llvm/Support/
FileSystem.h 410 /// assert(status_known(A) || status_known(B));
418 /// assert(status_known(A) || status_known(B));
460 /// @returns status_known(status) && status.type() == file_type::regular_file.
535 bool status_known(file_status s);
543 std::error_code status_known(const Twine &path, bool &result);
  /external/llvm/lib/Support/
Path.cpp 901 return status_known(status) && status.type() != file_type::file_not_found;
904 bool status_known(file_status s) {

Completed in 155 milliseconds