Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h151 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time() const { return __get_write_time(); } in last_write_time()
153 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(error_code& __ec) const noexcept { in last_write_time()
211 file_time_type __write_time_;
224 __write_time_ = file_time_type::min(); in __reset()
391 _LIBCPP_HIDE_FROM_ABI file_time_type __get_write_time(error_code* __ec = nullptr) const {
403 if (filesystem::exists(__st) && __data_.__write_time_ == file_time_type::min())
H A Doperations.h61 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
62 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
216 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_… in last_write_time()
217 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p, error_code& __ec) noex… in last_write_time()
220 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_wri… in last_write_time()
221 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t, error_code& … in last_write_time()
H A Dfile_time_type.h26 typedef chrono::time_point<_FilesystemClock> file_time_type; typedef
/freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h129 inline constexpr file_time_type error_value<file_time_type>() {
130 return file_time_type::min();
H A Dtime_utils.h271 using fs_time = time_util<file_time_type, int64_t, TimeSpec>;
273 using fs_time = time_util<file_time_type, time_t, TimeSpec>;
334 inline file_time_type __extract_last_write_time(const path& p, const StatT& st, error_code* ec) {
336 ErrorHandler<file_time_type> err("last_write_time", ec, &p);
H A Dfile_descriptor.h99 inline file_time_type get_write_time(const WIN32_FIND_DATAW& data) {
104 return file_time_type(file_time_type::duration(tmp.QuadPart));
H A Doperations.cpp566 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time()
568 ErrorHandler<file_time_type> err("last_write_time", ec, &p); in __last_write_time()
578 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfilesystem215 file_time_type last_write_time() const;
216 file_time_type last_write_time(error_code& ec) const noexcept;
369 typedef chrono::time_point<trivial-clock> file_time_type;
470 file_time_type last_write_time(const path& p);
471 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
472 void last_write_time(const path& p, file_time_type new_time);
473 void last_write_time(const path& p, file_time_type new_time,
543 #include <__filesystem/file_time_type.h>
H A Dlibcxx.imp351 { include: [ "<__filesystem/file_time_type.h>", "private", "<filesystem>", "public" ] },
H A Dmodule.modulemap.in1279 …private_filesystem_file_time_type [system] { header "__filesystem/file_time_type.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc22 SYMBOL(file_time_type, std::experimental::filesystem::, <experimental/filesystem>)
H A DStdSymbolMap.inc3446 SYMBOL(file_time_type, std::filesystem::, <filesystem>)
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.inc49 using std::filesystem::file_time_type;
/freebsd-14.2/lib/libc++/
H A DMakefile710 FS_HEADERS+= file_time_type.h
H A Dmodule.modulemap1279 …private_filesystem_file_time_type [system] { header "__filesystem/file_time_type.h" }