Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp458 const auto old_times = GetTimes(TC.p); in TEST_CASE() local
460 TEST_REQUIRE(ConvertFromTimeSpec(old_time, old_times.write)); in TEST_CASE()
473 TEST_CHECK(CompareTime(LastAccessTime(TC.p), old_times.access)); in TEST_CASE()
489 const auto old_times = GetTimes(sym); in TEST_CASE() local
497 TEST_CHECK(!CompareTime(got_time, old_times.write)); in TEST_CASE()
505 TEST_CHECK(CompareTime(LastAccessTime(sym), old_times.access)); in TEST_CASE()