Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp1005 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time() function
1017 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time() function