Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dtime_utils.py72 def epoch_time_to_date_string(epoch_time, fmt_string=TIME_FMT): argument
82 if epoch_time:
84 int(epoch_time)).strftime(fmt_string)
/external/crosvm/devices/src/
Dpl030.rs55 let epoch_time = SystemTime::now() in get_epoch_time() localVariable
58 epoch_time.as_secs() as u32 in get_epoch_time()
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp422 const file_time_type epoch_time = now - now.time_since_epoch(); in TEST_CASE() local
427 epoch_time - Minutes(3) - Sec(42) - SubSec(17); in TEST_CASE()
432 epoch_time - Sec(2) - SubSec(17); in TEST_CASE()
434 const file_time_type just_before_epoch_time = epoch_time - SubSec(17); in TEST_CASE()
442 {"file, epoch_time", file, epoch_time}, in TEST_CASE()
443 {"dir, epoch_time", dir, epoch_time}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp425 const file_time_type epoch_time = now - now.time_since_epoch(); in TEST_CASE() local
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()
445 {"file, epoch_time", file, epoch_time}, in TEST_CASE()
446 {"dir, epoch_time", dir, epoch_time}, in TEST_CASE()