Home
last modified time | relevance | path

Searched refs:localtime_s (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/processor/
Dlogging.cc61 localtime_s(&tm_struct, &clock); in LogStream()
/external/libweave/third_party/chromium/base/
Dlogging.cc211 localtime_s(&local_time, &t); in Init()
/external/libchrome/base/time/
Dpr_time_unittest.cc82 localtime_s(&local_time, &current_time); in TEST_F()
Dtime_unittest.cc64 localtime_s(&tms, &now_t_1); in TEST_F()
174 localtime_s(&local_time, &current_time); in TEST_F()
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h237 localtime_s(timeinfo, &rawtime); in LogToSinks()
/external/v8/src/base/platform/
Dplatform-win32.cc48 int localtime_s(tm* out_tm, const time_t* time) { in localtime_s() function
375 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0; in LocalOffset()
/external/libchrome/base/
Dlogging.cc775 localtime_s(&local_time, &t); in Init()
/external/libchrome/base/third_party/nspr/
Dprtime.cc90 (void) localtime_s(time, secs); in localtime_r()
/external/libweave/third_party/chromium/base/time/
Dtime_unittest.cc64 localtime_s(&tms, &now_t_1); in TEST_F()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc3225 if (localtime_s(&time_struct, &seconds) != 0) in FormatEpochTimeInMillisAsIso8601()
/external/v8/
DChangeLog5855 Windows: use SystemTimeToTzSpecificLocalTime instead of localtime_s
/external/sqlite/dist/
Dsqlite3.c16540 rc = localtime_s(pTm, t); in osLocaltime()
/external/sqlite/dist/orig/
Dsqlite3.c16540 rc = localtime_s(pTm, t); in osLocaltime()