Home
last modified time | relevance | path

Searched refs:file_time_type (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dfs_ops.h291 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()
Dfs_fwd.h314 using file_time_type = __file_clock::time_point; in _GLIBCXX_VISIBILITY() local
336 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()
Dfs_dir.h268 file_time_type in _GLIBCXX_VISIBILITY()
273 file_time_type in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20197073 (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.
DChangeLog-20161115 (last_write_time(const path&, file_time_type, error_code&)): Handle
6020 * include/experimental/bits/fs_fwd.h (file_time_type): Simplify