HomeSort by relevance Sort by last modified time
    Searched refs:localtime (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/qemu/android/utils/
timezone.c 103 #define LOCALTIME_FILE "/etc/localtime"
144 * but should be /usr/share/zoneinfo by default. /etc/localtime is not guaranteed to exist on
145 * all platforms, so if it doesn't, try $TZDIR/localtime, then /usr/share/zoneinfo/locatime
148 * besides, modern Linux distribution don't make /etc/localtime a symlink but a straight copy of
163 #define LOCALTIME_FILE1 "/etc/localtime"
166 const char* localtime; member in struct:__anon13112
192 fd1 = open( scan->localtime, O_RDONLY );
194 D(" can't open %s: %s\n", scan->localtime, strerror(errno) );
308 char* localtime = NULL; local
343 /* try to find the localtime file *
    [all...]
  /bionic/libstdc++/include/
ctime 57 using ::localtime;
  /ndk/sources/cxx-stl/gabi++/include/
ctime 57 using ::localtime;
  /ndk/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
ctime 55 using ::localtime;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
ctime 55 using ::localtime;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 68 #ifdef localtime
82 using std::localtime;
  /external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.h 50 inline void getLocalTime(const time_t* localTime, struct tm* localTM)
53 *localTM = *localtime(localTime);
55 localtime_s(localTM, localTime);
57 localtime_r(localTime, localTM);
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 38 the static buffer that localtime uses for its return value. The
46 #undef localtime macro
47 extern struct tm *localtime (time_t const *);
52 /* This is a wrapper for localtime. It is used only on systems for which
53 gettimeofday clobbers the static buffer used for localtime's result.
56 localtime uses for its result. */
61 struct tm *tm = localtime (timep);
69 /* Same as above, since gmtime and localtime use the same buffer. */
89 the static buffer used for localtime's result. */
93 /* Save and restore the contents of the buffer used for localtime'
    [all...]
  /external/stlport/stlport/stl/
_ctime.h 47 using _STLP_VENDOR_CSTD::localtime;
  /external/tcpdump/
gmt2local.c 43 * Use gmtime() and localtime() to keep things simple.
56 loc = localtime(&t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 47 using _STLP_VENDOR_CSTD::localtime;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 47 using _STLP_VENDOR_CSTD::localtime;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 47 using _STLP_VENDOR_CSTD::localtime;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 47 using _STLP_VENDOR_CSTD::localtime;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 47 using _STLP_VENDOR_CSTD::localtime;
  /system/extras/tests/bionic/libc/common/
test_strftime_2039.c 12 struct tm tm = *localtime(&now);
  /external/webkit/Tools/Scripts/
generate-coverage-data 43 my @timeData = localtime(time);
  /external/skia/legacy/src/ports/
SkTime_Unix.cpp 22 tstruct = localtime(&m_time);

Completed in 1217 milliseconds

1 2 3 4 5 6 7 8 9