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

1 23

  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
time64.h 57 struct tm* localtime64_r(const time64_t*, struct tm*);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
time64.h 43 struct tm *localtime64_r (const time64_t *, struct tm *);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time64.h 43 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 2705 milliseconds

1 23