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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
time_s.h 46 __CRT_INLINE errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime32_s(_Tm,_Time); } function
50 __CRT_INLINE errno_t __cdecl localtime_s(struct tm *_Tm,const time_t *_Time) { return _localtime64_s(_Tm,_Time); } function
  /external/chromium_org/media/cdm/ppapi/
cdm_logging.cc 104 localtime_s(&local_time, &t);
  /external/chromium_org/base/time/
pr_time_unittest.cc 80 localtime_s(&local_time, &current_time);
time_unittest.cc 60 localtime_s(&tms, &now_t_1);
170 localtime_s(&local_time, &current_time);