Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp328 auto from_time = __last_write_time(from, ec); in __copy_file()
330 auto to_time = __last_write_time(to, ec); in __copy_file()
564 file_time_type __last_write_time(const path& p, std::error_code *ec) in __last_write_time() function
584 void __last_write_time(const path& p, file_time_type new_time, in __last_write_time() function
/external/libcxx/include/experimental/
Dfilesystem1284 file_time_type __last_write_time(const path& p, error_code *ec=nullptr);
1286 void __last_write_time(const path& p, file_time_type new_time,
1648 return __last_write_time(__p);
1653 return __last_write_time(__p, &__ec);
1658 __last_write_time(__p, __t);
1663 __last_write_time(__p, __t, &__ec);