Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h150 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time() const { return __get_write_time(); } in last_write_time()
152 _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(error_code& __ec) const noexcept { in last_write_time()
210 file_time_type __write_time_;
223 __write_time_ = file_time_type::min(); in __reset()
390 _LIBCPP_HIDE_FROM_ABI file_time_type __get_write_time(error_code* __ec = nullptr) const {
402 if (filesystem::exists(__st) && __data_.__write_time_ == file_time_type::min())
H A Doperations.h60 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
61 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
215 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_… in last_write_time()
216 inline _LIBCPP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p, error_code& __ec) noex… in last_write_time()
219 inline _LIBCPP_HIDE_FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_wri… in last_write_time()
220 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.h25 typedef chrono::time_point<_FilesystemClock> file_time_type; typedef
/freebsd/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.cpp563 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time()
565 ErrorHandler<file_time_type> err("last_write_time", ec, &p); in __last_write_time()
575 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
/freebsd/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,
544 # include <__filesystem/file_time_type.h>
H A Dmodule.modulemap1263 …private_filesystem_file_time_type [system] { header "__filesystem/file_time_type.h" }
/freebsd/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/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
/freebsd/lib/libc++/
H A DMakefile696 FS_HEADERS+= file_time_type.h
H A Dlibcxx.imp341 { include: [ "<__filesystem/file_time_type.h>", "private", "<filesystem>", "public" ] },