Searched refs:file_time_type (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | directory_entry.h | 150 _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 D | operations.h | 60 _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 D | file_time_type.h | 25 typedef chrono::time_point<_FilesystemClock> file_time_type; typedef
|
/freebsd/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 | 563 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 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, 544 # include <__filesystem/file_time_type.h>
|
H A D | module.modulemap | 1263 …private_filesystem_file_time_type [system] { header "__filesystem/file_time_type.h" }
|
/freebsd/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/contrib/llvm-project/libcxx/modules/std/ |
H A D | filesystem.cppm |
|
/freebsd/lib/libc++/ |
H A D | Makefile | 696 FS_HEADERS+= file_time_type.h
|
H A D | libcxx.imp | 341 { include: [ "<__filesystem/file_time_type.h>", "private", "<filesystem>", "public" ] },
|