Searched refs:last_write_time (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h249 file_time_type last_write_time(const path& __p);
250 file_time_type last_write_time(const path& __p, error_code& __ec) noexcept;
251 void last_write_time(const path& __p, file_time_type __new_time);
252 void last_write_time(const path& __p, file_time_type __new_time,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h260 last_write_time() const function in class:filesystem::directory_entry
261 { return filesystem::last_write_time(_M_path); }
265 last_write_time(error_code& __ec) const noexcept
266 { return filesystem::last_write_time(_M_path, __ec); }
H A Dfs_ops.h242 file_time_type last_write_time(const path& __p);
243 file_time_type last_write_time(const path& __p, error_code& __ec) noexcept;
244 void last_write_time(const path& __p, file_time_type __new_time);
245 void last_write_time(const path& __p, file_time_type __new_time,
H A Dfs_fwd.h320 file_time_type last_write_time(const path&);
321 file_time_type last_write_time(const path&, error_code&) noexcept;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_dir.h261 last_write_time() const function in class:filesystem::directory_entry
262 { return filesystem::last_write_time(_M_path); }
266 last_write_time(error_code& __ec) const noexcept
267 { return filesystem::last_write_time(_M_path, __ec); }
H A Dfs_ops.h291 file_time_type last_write_time(const path& __p);
294 file_time_type last_write_time(const path& __p, error_code& __ec) noexcept;
296 void last_write_time(const path& __p, file_time_type __new_time);
297 void last_write_time(const path& __p, file_time_type __new_time,
H A Dfs_fwd.h336 file_time_type last_write_time(const path&);
337 file_time_type last_write_time(const path&, error_code&) noexcept;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h298 file_time_type last_write_time(const path& __p);
301 file_time_type last_write_time(const path& __p, error_code& __ec) noexcept;
303 void last_write_time(const path& __p, file_time_type __new_time);
304 void last_write_time(const path& __p, file_time_type __new_time,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc870 fs::last_write_time(const path& p) function in class:fs
873 auto t = last_write_time(p, ec);
880 fs::last_write_time(const path& p, error_code& ec) noexcept
887 fs::last_write_time(const path& p, file_time_type new_time)
890 last_write_time(p, new_time, ec);
896 fs::last_write_time(const path& p __attribute__((__unused__)),
H A Dstd-ops.cc1094 fs::last_write_time(const path& p) function in class:fs
1097 auto t = last_write_time(p, ec);
1104 fs::last_write_time(const path& p, error_code& ec) noexcept
1111 fs::last_write_time(const path& p, file_time_type new_time)
1114 last_write_time(p, new_time, ec);
1120 fs::last_write_time(const path& p __attribute__((__unused__)),
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc876 fs::last_write_time(const path& p) function in class:fs
879 auto t = last_write_time(p, ec);
886 fs::last_write_time(const path& p, error_code& ec) noexcept
893 fs::last_write_time(const path& p, file_time_type new_time)
896 last_write_time(p, new_time, ec);
902 fs::last_write_time(const path& p __attribute__((__unused__)),
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc1014 fs::last_write_time(const path& p) function in class:fs
1017 auto t = last_write_time(p, ec);
1024 fs::last_write_time(const path& p, error_code& ec) noexcept
1039 fs::last_write_time(const path& p, file_time_type new_time)
1042 last_write_time(p, new_time, ec);
1048 fs::last_write_time(const path& p,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc1018 fs::last_write_time(const path& p) function in class:fs
1021 auto t = last_write_time(p, ec);
1028 fs::last_write_time(const path& p, error_code& ec) noexcept
1043 fs::last_write_time(const path& p, file_time_type new_time)
1046 last_write_time(p, new_time, ec);
1052 fs::last_write_time(const path& p,

Completed in 239 milliseconds