Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp505 file_time_type old_time; in TEST_CASE() local
506 TEST_REQUIRE(ConvertFromTimeSpec(old_time, old_times.write)); in TEST_CASE()
517 TEST_CHECK(got_time != old_time); in TEST_CASE()
561 const file_time_type old_time = last_write_time(p); in TEST_CASE() local
572 last_write_time(p, old_time); in TEST_CASE()
584 TEST_CHECK(tt == old_time); in TEST_CASE()
588 TEST_CHECK(tt == old_time); in TEST_CASE()
595 const file_time_type old_time = last_write_time(p); in TEST_CASE() local
607 TEST_CHECK(tt == old_time); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dlast_write_time.pass.cpp52 file_time_type old_time = last_write_time(file); in TEST_CASE() local
58 TEST_CHECK(ent.last_write_time() == old_time); in TEST_CASE()