Searched refs:__last_write_time (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 1796 file_time_type __last_write_time(const path& p, error_code* ec = nullptr); 1798 void __last_write_time(const path& p, file_time_type new_time, 2139 return __last_write_time(__p); 2144 return __last_write_time(__p, &__ec); 2149 __last_write_time(__p, __t); 2155 __last_write_time(__p, __t, &__ec); 2737 return _VSTD_FS::__last_write_time(__p_, __ec);
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 1205 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time() function 1217 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time() function
|