Home
last modified time | relevance | path

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

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