HomeSort by relevance Sort by last modified time
    Searched defs:TZDEFAULT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
tzfile.h 37 #ifndef TZDEFAULT
38 #define TZDEFAULT "/etc/localtime"
39 #endif /* !defined TZDEFAULT */
  /bionic/libc/tzcode/
tzfile.h 26 #ifndef TZDEFAULT
27 #define TZDEFAULT "localtime"
28 #endif /* !defined TZDEFAULT */
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 26 #ifndef TZDEFAULT
27 #define TZDEFAULT "localtime"
28 #endif /* !defined TZDEFAULT */
  /external/icu/icu4c/source/common/
putil.cpp 666 #define TZDEFAULT "/etc/localtime"
671 #define TZDEFAULT "/etc/localtime"
979 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) {
    [all...]

Completed in 208 milliseconds