Searched refs:file_time_type (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | directory_entry.h | 151 _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 D | operations.h | 61 _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 D | file_time_type.h | 26 typedef chrono::time_point<_FilesystemClock> file_time_type; typedef
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | error.h | 129 inline constexpr file_time_type error_value<file_time_type>() { 130 return file_time_type::min();
|
| H A D | time_utils.h | 271 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 D | file_descriptor.h | 99 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 D | operations.cpp | 566 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 D | filesystem | 215 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 D | libcxx.imp | 351 { include: [ "<__filesystem/file_time_type.h>", "private", "<filesystem>", "public" ] },
|
| H A D | module.modulemap.in | 1279 …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 D | StdTsSymbolMap.inc | 22 SYMBOL(file_time_type, std::experimental::filesystem::, <experimental/filesystem>)
|
| H A D | StdSymbolMap.inc | 3446 SYMBOL(file_time_type, std::filesystem::, <filesystem>)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | filesystem.inc | 49 using std::filesystem::file_time_type;
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 710 FS_HEADERS+= file_time_type.h
|
| H A D | module.modulemap | 1279 …private_filesystem_file_time_type [system] { header "__filesystem/file_time_type.h" }
|