HomeSort by relevance Sort by last modified time
    Searched refs:localtime_s (Results 1 - 18 of 18) sorted by null

  /external/google-breakpad/src/processor/
logging.cc 61 localtime_s(&tm_struct, &clock);
  /external/grpc-grpc/src/core/lib/gpr/
log_windows.cc 88 if (localtime_s(&tm, &timer)) {
  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 126 localtime_s( result, clock );
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Chrono.cpp 36 int Error = ::localtime_s(&Storage, &OurTime);
  /art/libartbase/base/
time_utils.cc 137 localtime_s(&tmbuf, &now);
  /external/libchrome/base/time/
pr_time_unittest.cc 81 localtime_s(&local_time, &current_time);
time_unittest.cc 206 localtime_s(&tms, &now_t_1);
312 localtime_s(&local_time, &current_time);
    [all...]
  /external/v8/src/base/platform/
platform-win32.cc 54 int localtime_s(tm* out_tm, const time_t* time) { function
386 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0;
    [all...]
  /external/libchrome/base/third_party/nspr/
prtime.cc 99 (void) localtime_s(time, secs);
    [all...]
  /external/python/cpython3/Python/
pytime.c 1057 error = localtime_s(tm, &t);
  /external/googletest/googletest/src/
gtest.cc     [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/epid-sdk/ext/gtest/
gtest-all.cc     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1787 milliseconds