Home
last modified time | relevance | path

Searched refs:__last_write_time (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
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 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time()
217 return __last_write_time(__p, &__ec); in last_write_time()
219 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time()
221 __last_write_time(__p, __t, &__ec); in last_write_time()
H A Ddirectory_entry.h396 return filesystem::__last_write_time(__p_, __ec);
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp563 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time() function
575 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time() function