Home
last modified time | relevance | path

Searched refs:status_known (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DFileSystem.h535 bool status_known(file_status s);
543 std::error_code status_known(const Twine &path, bool &result);
/external/llvm/lib/Support/
DPath.cpp901 return status_known(status) && status.type() != file_type::file_not_found; in exists()
904 bool status_known(file_status s) { in status_known() function
/external/llvm/lib/Support/Unix/
DPath.inc333 assert(status_known(A) && status_known(B));
/external/llvm/lib/Support/Windows/
DPath.inc328 assert(status_known(A) && status_known(B));