OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_time_seconds
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc
134
time_t
current_time_seconds
;
local
135
time(&
current_time_seconds
);
136
struct tm* current_time = gmtime(&
current_time_seconds
);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
presenceouttask.cc
144
time_t
current_time_seconds
;
local
145
time(&
current_time_seconds
);
146
struct tm* current_time = gmtime(&
current_time_seconds
);
Completed in 48 milliseconds