OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tzdir
(Results
1 - 19
of
19
) sorted by null
/external/icu4c/tools/tzcode/
Makefile.in
20
TZORIG_TZDIR=./tzorig/
tzdir
22
TZORIG_TZDIR_ABS := $(TZORIG_ABS)/
tzdir
23
TZORIG_OPTS := CFLAGS="-D_POSIX_C_SOURCE $(TZORIG_EXTRA_CFLAGS)"
TZDIR
=$(TZORIG_TZDIR_ABS)
108
TZDIR
=zoneinfo
111
CPPFLAGS+= -DTZDIR=\"$(
TZDIR
)\"
138
$(ZICEXEC) -y $(YEARISTYPE) -d $(
TZDIR
) -L /dev/null $(TDATA) $(srcdir)/icuzones
142
$(TZ2ICUEXEC) $(
TZDIR
) zone.tab `echo $(TZDATA) | sed -e "s/.*\/tzdata//;s/\.tar\.gz$$//"`
143
$(TZ2ICUEXEC) $(
TZDIR
) zone.tab `echo $(TZDATA) | sed -e "s/.*\/tzdata//;s/\.tar\.gz$$//"` --old
149
-rm -rf $(
TZDIR
)
tzfile.h
32
#ifndef
TZDIR
33
#define
TZDIR
"/usr/local/etc/zoneinfo" /* Time zone object file directory */
34
#endif /* !defined
TZDIR
*/
tzselect.ksh
39
: ${
TZDIR
=$(pwd)}
49
TZ_COUNTRY_TABLE=$
TZDIR
/iso3166.tab
50
TZ_ZONE_TABLE=$
TZDIR
/zone.tab
237
TZ_for_date=$
TZDIR
/$TZ
zdump.c
978
getzones(
TZDIR
, NULL, &last, &count);
localtime.c
370
if ((p =
TZDIR
) == NULL)
[
all
...]
zic.c
684
directory =
TZDIR
;
[
all
...]
/external/qemu/android/utils/
timezone.c
143
/* on Linux, with glibc2, the zoneinfo directory can be changed with
TZDIR
environment variable
145
* all platforms, so if it doesn't, try $
TZDIR
/localtime, then /usr/share/zoneinfo/locatime
150
* it with all files in $
TZDIR
(at least those that match Area/Location or Area/Location/SubLocation
306
char*
tzdir
= NULL;
local
314
const char* env = getenv("
TZDIR
");
325
D( "%s:
TZDIR
does not point to valid directory, using %s instead\n",
331
tzdir
= strdup(env);
335
len = strlen(
tzdir
);
336
if (len > 0 &&
tzdir
[len-1] == '/') {
337
tzdir
[len-1] = 0
[
all
...]
/bionic/libc/tzcode/
tzfile.h
32
#ifndef
TZDIR
33
#define
TZDIR
"/system/usr/share/zoneinfo" /* Time zone object file directory */
34
#endif /* !defined
TZDIR
*/
localtime.c
442
if ((p =
TZDIR
) == NULL) {
443
XLOG(("tzload: null
TZDIR
macro ?\n" ));
[
all
...]
/bionic/linker/
linker_environ.cpp
138
"
TZDIR
",
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
ld-2.7.so
ld-linux.so.2
libc-2.7.so
libc.so.6
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
ld-2.7.so
ld-linux.so.2
libc-2.7.so
libc.so.6
/external/icu4c/common/
putil.cpp
679
#define TZZONEINFO (
TZDIR
"/")
[
all
...]
Completed in 3199 milliseconds