Searched refs:__last_write_time (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/include/ |
D | filesystem | 1424 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);
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 1004 file_time_type __last_write_time(const path& p, error_code* ec) { in __last_write_time() function 1016 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time() function
|