Lines Matching refs:last_write_time
176 file_time_type last_write_time(const path& p);
177 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
1766 last_write_time(const path& __p) {
1771 last_write_time(const path& __p, error_code& __ec) noexcept {
1775 inline _LIBCPP_INLINE_VISIBILITY void last_write_time(const path& __p,
1781 last_write_time(const path& __p, file_time_type __t,
2094 file_time_type last_write_time() const { return __get_write_time(); }
2097 file_time_type last_write_time(error_code& __ec) const noexcept {
2370 __handle_error("in directory_entry::last_write_time", __ec, __m_ec);
2373 __handle_error("in directory_entry::last_write_time", __ec,