Searched refs:__last_write_time (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 290 auto from_time = __last_write_time(from, ec); in __copy_file() 292 auto to_time = __last_write_time(to, ec); in __copy_file() 659 file_time_type __last_write_time(const path& p, std::error_code *ec) in __last_write_time() function 679 void __last_write_time(const path& p, file_time_type new_time, in __last_write_time() function
|
/external/libcxx/include/experimental/ |
D | filesystem | 1278 file_time_type __last_write_time(const path& p, error_code *ec=nullptr); 1280 void __last_write_time(const path& p, file_time_type new_time, 1642 return __last_write_time(__p); 1647 return __last_write_time(__p, &__ec); 1652 __last_write_time(__p, __t); 1657 __last_write_time(__p, __t, &__ec);
|