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/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp226 const file_time_type epoch_time = now - now.time_since_epoch(); in TEST_CASE() local
230 const file_time_type before_epoch_time = epoch_time - Minutes(3) - Sec(42) - MicroSec(17); in TEST_CASE()
234 const file_time_type just_before_epoch_time = epoch_time - Sec(2) - MicroSec(17); in TEST_CASE()
236 const file_time_type just_before_epoch_time = epoch_time - MicroSec(17); in TEST_CASE()
243 {file, epoch_time}, in TEST_CASE()
244 {dir, epoch_time}, in TEST_CASE()
266 if (TC.new_time < 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()