Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h161 bool status_known() const { return filesystem::status_known(m_status); } status_known() function
H A Doperations.cpp121 if (not status_known(t)) __copy() local
372 if (not status_known(parent_st)) __create_directories() local
/llvm-project/libcxx/include/__filesystem/
H A Doperations.h147 inline _LIBCPP_HIDE_FROM_ABI bool status_known(file_status __s) noexcept { return __s.type() != file_type::none; } in status_known() function
/llvm-project/llvm/lib/Support/
H A DPath.cpp1082 bool status_known(const basic_file_status &s) { status_known() function