Searched refs:posix_local_time_struct (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/base/platform/
H A Dplatform-win32.cc49 tm* posix_local_time_struct = localtime_r(time, out_tm); local
50 if (posix_local_time_struct == NULL) return 1;
373 tm posix_local_time_struct; local
374 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0;
376 if (posix_local_time_struct.tm_isdst > 0) {
378 } else if (posix_local_time_struct.tm_isdst == 0) {

Completed in 72 milliseconds