Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp508 bool status_known() const { return _VSTD_FS::status_known(m_status); } in status_known() function
748 if (not status_known(t)) in __copy() local
1013 if (not status_known(parent_st)) in __create_directories() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp1077 bool status_known(const basic_file_status &s) { in status_known() function