Lines Matching refs:last_write_time
175 file_time_type last_write_time(const path& p);
176 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
177 void last_write_time(const path& p, file_time_type new_time);
178 void last_write_time(const path& p, file_time_type new_time,
1818 last_write_time(const path& __p) {
1823 last_write_time(const path& __p, error_code& __ec) noexcept {
1827 inline _LIBCPP_INLINE_VISIBILITY void last_write_time(const path& __p,
1833 last_write_time(const path& __p, file_time_type __t,
2146 file_time_type last_write_time() const { return __get_write_time(); }
2149 file_time_type last_write_time(error_code& __ec) const noexcept {
2422 __handle_error("in directory_entry::last_write_time", __ec, __m_ec);
2425 __handle_error("in directory_entry::last_write_time", __ec,