OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timegm64
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
time64.h
59
time64_t
timegm64
(const struct tm*);
/external/libchrome/base/
os_compat_android.cc
45
// 32-bit Android has only
timegm64
() and not timegm().
51
time64_t result =
timegm64
(t);
/bionic/libc/bionic/
time64.c
196
Time64_T
timegm64
(const struct TM *date) {
function
682
safe_time =
timegm64
(&gm_tm);
/external/libchrome/base/time/
time_posix.cc
53
return
timegm64
(timestruct);
Completed in 553 milliseconds