OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:now_t
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/Support/
TimeValueTest.cpp
19
time_t
now_t
= time(NULL);
local
20
EXPECT_TRUE(abs(static_cast<long>(
now_t
- now.toEpochTime())) < 2);
/system/core/init/
bootchart.c
131
time_t
now_t
= time(NULL);
local
132
struct tm now = *localtime(&
now_t
);
Completed in 29 milliseconds