Home
last modified time | relevance | path

Searched refs:now_t (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/Support/
DTimeValueTest.cpp19 time_t now_t = time(nullptr); in TEST() local
20 EXPECT_TRUE(std::abs(static_cast<long>(now_t - now.toEpochTime())) < 2); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_time.c188 time_t now_t; in asn1_time_to_tm() local
189 time(&now_t); in asn1_time_to_tm()
190 if (OPENSSL_gmtime(&now_t, tm)) in asn1_time_to_tm()
/external/elfutils/debuginfod/
Ddebuginfod.cxx878 time_t now_t = time(NULL); in timestamp() local
880 struct tm *nowp = gmtime_r (&now_t, &now); in timestamp()