Home | History | Annotate | Download | only in tzdatacheck

Lines Matching full:tzdata

32 static const char* TZDATA_FILENAME = "/tzdata";
33 // tzdata file header (as much as we need for the version):
40 "Compares the headers of two tzdata files. If the one in SYSTEM_TZ_DIR is the\n"
57 PLOG(FATAL) << "Error opening tzdata file " << tzDataFileName;
68 /* Checks the contents of headerBytes. It is a fatal error if it not a tzdata header. */
70 if (strncmp("tzdata", headerBytes, 6) != 0) {
71 LOG(FATAL) << fileName << " does not start with the expected bytes (tzdata)";
193 LOG(INFO) << "tzdata file " << dataTzDataFileName << " does not exist. No action required.";
210 LOG(INFO) << "tzdata file " << dataTzDataFileName << " is the newer than "
214 LOG(INFO) << "tzdata file " << dataTzDataFileName << " is the same as or older than "
231 LOG(WARNING) << "Deletion of tzdata " << dataCurrentDirName << " was not successful";