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

/external/webkit/Source/JavaScriptCore/wtf/
H A DCurrentTime.h55 localtime_s(localTM, localTime);
/external/chromium/base/
H A Dpr_time_unittest.cc56 localtime_s(&local_time, &current_time);
H A Dtime_unittest.cc22 localtime_s(&tms, &now_t_1);
H A Dlogging.cc668 localtime_s(&local_time, &t);
/external/chromium/googleurl/base/
H A Dlogging.cc264 localtime_s(&tm_time, &t);
/external/v8/src/
H A Dplatform-win32.cc54 int localtime_s(tm* out_tm, const time_t* time) { function
520 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0;
/external/chromium/base/third_party/nspr/
H A Dprtime.cc81 (void) localtime_s(time, secs);
/external/sqlite/dist/orig/
H A Dsqlite3.c13942 ** On recent Windows platforms, the localtime_s() function is available
13949 ** If the user has not indicated to use localtime_r() or localtime_s()
13951 ** localtime_s().
13991 rc = localtime_s(pTm, t);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13942 ** On recent Windows platforms, the localtime_s() function is available
13949 ** If the user has not indicated to use localtime_r() or localtime_s()
13951 ** localtime_s().
13991 rc = localtime_s(pTm, t);
[all...]

Completed in 518 milliseconds