HomeSort by relevance Sort by last modified time
    Searched refs:INDEXFILE (Results 1 - 2 of 2) sorted by null

  /bionic/libc/tzcode/
localtime.c 40 #define INDEXFILE "/system/usr/share/zoneinfo/zoneinfo.idx"
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 ));
    [all...]
  /system/core/libcutils/
tztime.c 39 #define INDEXFILE "/system/usr/share/zoneinfo/zoneinfo.idx"
409 int fidix = open(INDEXFILE, OPEN_MODE);
    [all...]

Completed in 1156 milliseconds