OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TZDIR
(Results
1 - 10
of
10
) sorted by null
/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
450
if ((p =
TZDIR
) == NULL) {
451
XLOG(("tzload: null
TZDIR
macro ?\n" ));
[
all
...]
/external/icu4c/tools/tzcode/
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
...]
/system/core/libcutils/
tzfile.h
32
#ifndef
TZDIR
33
#define
TZDIR
"/usr/share/zoneinfo" /* "/android/usr/share/zoneinfo" */ /* Time zone object file directory */
34
#endif /* !defined
TZDIR
*/
tztime.c
390
if ((p =
TZDIR
) == NULL)
[
all
...]
/external/icu4c/common/
putil.c
657
#define TZZONEINFO (
TZDIR
"/")
[
all
...]
Completed in 187 milliseconds