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

1 2 3 4 5 6 7

  /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:__anon5909
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/system/include/
ctime 57 using ::localtime;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
ctime 55 using ::localtime;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
ctime 55 using ::localtime;
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 68 #ifdef localtime
82 using std::localtime;
  /external/bluetooth/glib/debian/
build 19 my @date = localtime;
43 print NEWCHANGELOG "$package ($new_version) unstable; urgency=low\n\n * CVS snapshot build at " . scalar localtime() . "\n\n -- $maintainer " . `date -R` . "\n";
  /external/webkit/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);
  /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/android/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/WebKitTools/Scripts/
generate-coverage-data 43 my @timeData = localtime(time);
  /external/clearsilver/util/
missing.c 70 ttm = localtime(timep);
  /external/skia/src/ports/
SkTime_Unix.cpp 31 tstruct = localtime(&m_time);
  /external/v8/tools/
process-heap-prof.py 60 print('DATE "%s"' % time.asctime(time.localtime()))
  /external/chromium/third_party/icu/source/test/compat/
tzdate.c 115 ts = *localtime(&now);
126 ts = *localtime(&now);
  /external/clearsilver/python/examples/base/
log.py 45 time_stamp = time.strftime("%m/%d %T", time.localtime(t))
91 log_line = log_line + "[" + time.strftime("%m/%d %T", time.localtime(t)) + "] "
  /external/dropbear/
svr-session.c 186 local_tm = localtime(&timesec);
189 localtime(&timesec)) == 0)
  /external/icu4c/test/compat/
tzdate.c 115 ts = *localtime(&now);
126 ts = *localtime(&now);
  /development/simulator/wrapsim/
Log.c 39 ptm = localtime(&now);
  /development/tools/axl/
log.py 35 time.localtime(tm)),
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 42 strftime(p, sizeof(p), "%T", localtime(&t));
test_timer_create2.c 42 strftime(p, sizeof(p), "%T", localtime(&t));
test_timer_create3.c 50 strftime(p, sizeof(p), "%T", localtime(&t));

Completed in 642 milliseconds

1 2 3 4 5 6 7