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

  /bionic/libc/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /development/ndk/platforms/android-3/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
time64.h 42 struct tm *gmtime64_r (const time64_t *, struct tm *);
  /bionic/libc/bionic/
time64.c 34 long' type can use localtime64_r() and gmtime64_r() which correctly
40 gmtime64_r() is a 64-bit equivalent of gmtime_r().
521 struct TM *gmtime64_r (const Time64_T *in_time, struct TM *p) function
672 if( gmtime64_r(time, &gm_tm) == NULL ) {
673 TRACE1("gmtime64_r returned null for %lld\n", *time);
784 return gmtime64_r(time, &Static_Return_Date);

Completed in 3076 milliseconds