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.py66 def epoch_time_to_date_string(epoch_time, fmt_string=TIME_FMT): argument
76 if epoch_time:
78 int(epoch_time)).strftime(fmt_string)
/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()
/external/libusb/libusb/os/
Dwindows_nt_common.c36 const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime variable
473 rtime.QuadPart -= epoch_time; in windows_clock_gettime()
Dwince_usb.c34 const uint64_t epoch_time = UINT64_C(116444736000000000); // 1970.01.01 00:00:000 in MS Filetime variable
842 rtime.QuadPart -= epoch_time; in wince_clock_gettime()