OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localtime_s
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
platform-win32.cc
80
int
localtime_s
(tm* out_tm, const time_t* time) {
function
507
if (
localtime_s
(&posix_local_time_struct, &posix_time)) return 0;
[
all
...]
/external/v8/src/
platform-win32.cc
54
int
localtime_s
(tm* out_tm, const time_t* time) {
function
520
if (
localtime_s
(&posix_local_time_struct, &posix_time)) return 0;
[
all
...]
Completed in 561 milliseconds