Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/
Dstatus_known.pass.cpp31 ASSERT_SAME_TYPE(decltype(status_known(s)), bool); in TEST_CASE()
32 ASSERT_NOEXCEPT(status_known(s)); in TEST_CASE()
55 TEST_CHECK(status_known(s) == TC.expect); in TEST_CASE()
/external/libcxx/src/filesystem/
Doperations.cpp348 bool status_known() const { return _VSTD_FS::status_known(m_status); } in status_known() function
573 if (not status_known(t)) in __copy() local
758 if (!status_known(to_st)) in __copy_file()
838 if (!status_known(st)) in __create_directories()
848 if (not status_known(parent_st)) in __create_directories() local
876 if (!status_known(st)) in __create_directory()
1208 if (!status_known(st)) in __temp_directory_path()
1235 if (!status_known(st)) { in __weakly_canonical()
1669 if (!status_known(st)) { in __do_refresh()
1691 if (!status_known(st)) { in __do_refresh()
[all …]
Ddirectory_iterator.cpp362 if (m_ec && status_known(st)) in __try_recursion()
368 if (m_ec && status_known(st)) in __try_recursion()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h335 bool status_known(file_status s);
343 error_code status_known(const Twine &path, bool &result);
/external/llvm/include/llvm/Support/
DFileSystem.h549 bool status_known(file_status s);
557 std::error_code status_known(const Twine &path, bool &result);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h560 bool status_known(file_status s);
568 std::error_code status_known(const Twine &path, bool &result);
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp665 return status_known(status) && status.type() != file_type::file_not_found; in exists()
668 bool status_known(file_status s) { in status_known() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h675 bool status_known(const basic_file_status &s);
683 std::error_code status_known(const Twine &path, bool &result);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp931 return status_known(status) && status.type() != file_type::file_not_found; in exists()
934 bool status_known(file_status s) { in status_known() function
/external/llvm/lib/Support/
DPath.cpp929 return status_known(status) && status.type() != file_type::file_not_found; in exists()
932 bool status_known(file_status s) { in status_known() function
/external/libcxx/include/experimental/
Dfilesystem217 bool status_known(file_status s) noexcept;
/external/llvm/lib/Support/Unix/
DPath.inc374 assert(status_known(A) && status_known(B));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp1015 return status_known(status) && status.type() != file_type::file_not_found; in exists()
1018 bool status_known(const basic_file_status &s) { in status_known() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc393 assert(status_known(A) && status_known(B));
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc367 assert(status_known(A) && status_known(B));
/external/llvm/lib/Support/Windows/
DPath.inc369 assert(status_known(A) && status_known(B));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc471 assert(status_known(A) && status_known(B));
/external/libcxx/include/
Dfilesystem217 bool status_known(file_status s) noexcept;
1602 inline _LIBCPP_INLINE_VISIBILITY bool status_known(file_status __s) noexcept {
1607 return status_known(__s) && __s.type() != file_type::not_found;
1617 if (status_known(__s))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc596 assert(status_known(A) && status_known(B));