Searched refs:last_write_time (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 85 fs::last_write_time(file, tp, ec); in TestSupportsNegativeTimes() 113 fs::last_write_time(file, tp, ec); in TestSupportsMaxTime() 165 ASSERT_SAME_TYPE(decltype(last_write_time(p)), file_time_type); in TEST_CASE() 166 ASSERT_SAME_TYPE(decltype(last_write_time(p, ec)), file_time_type); in TEST_CASE() 167 ASSERT_SAME_TYPE(decltype(last_write_time(p, t)), void); in TEST_CASE() 168 ASSERT_SAME_TYPE(decltype(last_write_time(p, t, ec)), void); in TEST_CASE() 169 ASSERT_NOT_NOEXCEPT(last_write_time(p)); in TEST_CASE() 170 ASSERT_NOT_NOEXCEPT(last_write_time(p, t)); in TEST_CASE() 171 ASSERT_NOEXCEPT(last_write_time(p, ec)); in TEST_CASE() 172 ASSERT_NOEXCEPT(last_write_time(p, t, ec)); in TEST_CASE() [all …]
|
/external/curl/lib/ |
D | smb.h | 190 curl_off_t last_write_time; member
|
/external/libcxx/include/experimental/ |
D | filesystem | 175 file_time_type last_write_time(const path& p); 176 file_time_type last_write_time(const path& p, error_code& ec) _NOEXCEPT; 177 void last_write_time(const path& p, file_time_type new_time); 178 void last_write_time(const path& p, file_time_type new_time, 1647 file_time_type last_write_time(const path& __p) { 1652 file_time_type last_write_time(const path& __p, error_code& __ec) _NOEXCEPT { 1657 void last_write_time(const path& __p, file_time_type __t) { 1662 void last_write_time(const path& __p, file_time_type __t, error_code& __ec) _NOEXCEPT {
|