Home
last modified time | relevance | path

Searched refs:SubSec (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.cpp325 file_time_type::duration SubSec(long long val) { in SubSec() function
427 const file_time_type future_time = now + Hours(3) + Sec(42) + SubSec(17); in TEST_CASE()
428 const file_time_type past_time = now - Minutes(3) - Sec(42) - SubSec(17); in TEST_CASE()
430 epoch_time - Minutes(3) - Sec(42) - SubSec(17); in TEST_CASE()
435 epoch_time - Sec(2) - SubSec(17); in TEST_CASE()
437 const file_time_type just_before_epoch_time = epoch_time - SubSec(17); in TEST_CASE()
527 new_time = file_time_type::min() + SubSec(1); in TEST_CASE()