HomeSort by: relevance | last modified time | path
    Searched defs:last_write_time (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_dir.h 270 last_write_time() const function in class:filesystem::directory_entry
271 { return filesystem::last_write_time(_M_path); }
275 last_write_time(error_code& __ec) const noexcept
276 { return filesystem::last_write_time(_M_path, __ec); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_dir.h 270 last_write_time() const function in class:filesystem::directory_entry
271 { return filesystem::last_write_time(_M_path); }
275 last_write_time(error_code& __ec) const noexcept
276 { return filesystem::last_write_time(_M_path, __ec); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops.cc 891 fs::last_write_time(const path& p) function in class:fs
894 auto t = last_write_time(p, ec);
901 fs::last_write_time(const path& p, error_code& ec) noexcept
908 fs::last_write_time(const path& p, file_time_type new_time)
911 last_write_time(p, new_time, ec);
917 fs::last_write_time(const path& p __attribute__((__unused__)),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 1018 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,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops.cc 876 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__)),
std-ops.cc 1094 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__)),
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 1047 fs::last_write_time(const path& p) function in class:fs
1050 auto t = last_write_time(p, ec);
1057 fs::last_write_time(const path& p, error_code& ec) noexcept
1072 fs::last_write_time(const path& p, file_time_type new_time)
1075 last_write_time(p, new_time, ec);
1081 fs::last_write_time(const path& p,

Completed in 33 milliseconds