Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h151 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time() const { return __get_write_time(); } last_write_time() function
153 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(error_code& __ec) const noexcept { last_write_time() function
H A Doperations.h216 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p, error_code& __ec) noexcept { in last_write_time() function
220 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t, error_code& __ec) noexcept { in last_write_time() function
217 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p, error_code& __ec) noexcept { last_write_time() function
221 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t, error_code& __ec) noexcept { last_write_time() function