Searched refs:__last_write_time (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| 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… 217 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time() 219 return __last_write_time(__p, &__ec); in last_write_time() 221 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time() 223 __last_write_time(__p, __t, &__ec); in last_write_time()
|
| H A D | directory_entry.h | 430 return filesystem::__last_write_time(__p_, __ec);
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 684 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time() function 696 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time() function
|