Searched refs:file_time_type (Results 1 – 5 of 5) sorted by relevance
291 file_time_type last_write_time(const path& __p); in _GLIBCXX_VISIBILITY()294 file_time_type last_write_time(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()296 void last_write_time(const path& __p, file_time_type __new_time); in _GLIBCXX_VISIBILITY()297 void last_write_time(const path& __p, file_time_type __new_time, in _GLIBCXX_VISIBILITY()
314 using file_time_type = __file_clock::time_point; in _GLIBCXX_VISIBILITY() local336 file_time_type last_write_time(const path&); in _GLIBCXX_VISIBILITY()337 file_time_type last_write_time(const path&, error_code&) noexcept; in _GLIBCXX_VISIBILITY()
268 file_time_type in _GLIBCXX_VISIBILITY()273 file_time_type in _GLIBCXX_VISIBILITY()
7073 (file_time_type): Redefine in terms of __file_clock.7080 file_time_type.7082 (last_write_time(const path&, file_time_type, error_code&)): Likewise.
1115 (last_write_time(const path&, file_time_type, error_code&)): Handle6020 * include/experimental/bits/fs_fwd.h (file_time_type): Simplify