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

  /bionic/libc/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /development/ndk/platforms/android-3/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /development/ndk/platforms/android-L/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /bionic/libc/bionic/
time64.c 38 long' type can use localtime64_r() and gmtime64_r() which correctly
42 localtime64_r() is a 64-bit equivalent of localtime_r().
643 struct TM *localtime64_r (const Time64_T *time, struct TM *local_tm) function
768 localtime64_r( time, &date );
775 return localtime64_r(time, &Static_Return_Date);
  /external/chromium_org/base/time/
time_posix.cc 59 localtime64_r(&t, timestruct);

Completed in 2719 milliseconds