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

  /bionic/libc/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /development/ndk/platforms/android-3/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
time64.h 45 struct tm *localtime64 (const time64_t *);
  /bionic/libc/bionic/
time64.c 201 for localtime64()
779 struct TM *localtime64(const Time64_T *time) { function
792 return asctime64(localtime64(time));

Completed in 401 milliseconds