OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzdata
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tools/zoneinfo/
generate
25
echo "Looking for new
tzdata
..."
26
wget -N --no-verbose 'ftp://munnari.oz.au/pub/
tzdata
*.tar.gz'
29
current_version=
tzdata
`sed s/\n// < $zoneinfo_version_file`
33
latest_archive=`ls -r -v
tzdata
*.tar.gz | head -n1`
36
echo "You already have the latest
tzdata
($latest_version)!"
79
echo $latest_version | sed 's/
tzdata
//' > $bionic_zoneinfo_dir/zoneinfo.version
/external/icu4c/data/
Makefile
547
# if the tzcode directory contains a new
tzdata
*.tar.gz file, use it for zoneinfo.txt
548
TZDATA
= $(firstword $(wildcard $(top_builddir)/tools/tzcode/
tzdata
*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/
tzdata
*.tar.gz))
550
ifneq ($(
TZDATA
),)
558
@echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(
TZDATA
) is present.
562
$(ZONEINFO): $(
TZDATA
)
Makefile.in
711
# if the tzcode directory contains a new
tzdata
*.tar.gz file, use it for zoneinfo
712
ifeq ($(
TZDATA
),)
713
TZDATA
= $(firstword $(wildcard $(top_builddir)/tools/tzcode/
tzdata
*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/
tzdata
*.tar.gz))
716
ifneq ($(
TZDATA
),)
724
@echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(
TZDATA
) is present.
728
$(ZONEINFO): $(
TZDATA
)
[
all
...]
Completed in 73 milliseconds