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

  /external/chromium_org/base/time/
pr_time_unittest.cc 57 localtime_s(&local_time, &current_time);
time_unittest.cc 60 localtime_s(&tms, &now_t_1);
170 localtime_s(&local_time, &current_time);
  /external/chromium/base/
pr_time_unittest.cc 56 localtime_s(&local_time, &current_time);
time_unittest.cc 22 localtime_s(&tms, &now_t_1);
logging.cc 668 localtime_s(&local_time, &t);
  /external/chromium/googleurl/base/
logging.cc 264 localtime_s(&tm_time, &t);
  /external/chromium_org/third_party/sqlite/src/
configure.ac 130 AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s])
  /external/chromium_org/base/
logging.cc 697 localtime_s(&local_time, &t);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 650 localtime_s(&time, &time_temp);
  /external/chromium_org/v8/src/
platform-win32.cc 80 int localtime_s(tm* out_tm, const time_t* time) { function
531 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...]
  /external/chromium/base/third_party/nspr/
prtime.cc 81 (void) localtime_s(time, secs);
    [all...]
  /external/chromium_org/base/third_party/nspr/
prtime.cc 86 (void) localtime_s(time, secs);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 125 localtime_s(localTM, localTime);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
date.c 54 ** On recent Windows platforms, the localtime_s() function is available
61 ** If the user has not indicated to use localtime_r() or localtime_s()
63 ** localtime_s().
454 localtime_s(&sLocal, &t);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1417 milliseconds