Searched refs:last_write_time (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h216 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } function
217 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p, error_code& __ec) noexcept {
220 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } function
221 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t, error_code& __ec) noexcept {
H A Ddirectory_entry.h151 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time() const { return __get_write_time(); } function in class:directory_entry
153 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(error_code& __ec) const noexcept {
402 __handle_error("in directory_entry::last_write_time", __ec, __m_ec);
404 __handle_error("in directory_entry::last_write_time", __ec, make_error_code(errc::value_too_large));
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.inc89 using std::filesystem::last_write_time;

Completed in 59 milliseconds