Searched defs:INDEXFILE (Results 1 - 1 of 1) sorted by path

/bionic/libc/tzcode/
H A Dlocaltime.c40 #define INDEXFILE "/system/usr/share/zoneinfo/zoneinfo.idx" macro
475 int fidix = open(INDEXFILE, OPEN_MODE);
478 XLOG(( "tzload: could not open '%s', trying '%s'\n", fullname, INDEXFILE ));
480 XLOG(( "tzload: could not find '%s'\n", INDEXFILE ));

Completed in 26 milliseconds