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

  /bionic/libc/include/
time64.h 43 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 *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /bionic/libc/bionic/
time64.c 34 long' type can use localtime64_r() and gmtime64_r() which correctly
38 localtime64_r() is a 64-bit equivalent of localtime_r().
648 struct TM *localtime64_r (const Time64_T *time, struct TM *local_tm) function
773 localtime64_r( time, &date );
780 return localtime64_r(time, &Static_Return_Date);

Completed in 258 milliseconds