Lines Matching refs:LOG
117 LOG(WARNING) << fileName << " is too small. " << byteCount << " bytes required"; in readBytes()
129 LOG(WARNING) << fileName << " does not start with the expected bytes (tzdata)"; in checkValidTzDataHeader()
176 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn()
180 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn()
187 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
193 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag; in deleteFn()
221 LOG(INFO) << "Path " << fileToDelete << " does not exist"; in deleteFile()
225 LOG(WARNING) << "Path " << fileToDelete << " failed to stat() or is not a file."; in deleteFile()
251 LOG(INFO) << "Path " << dirToDelete << " does not exist"; in deleteDir()
255 LOG(WARNING) << "Path " << dirToDelete << " failed to stat() or is not a directory."; in deleteDir()
285 LOG(INFO) << "Could not delete directory: " << &tempDirName[0]; in deleteDir()
298 LOG(INFO) << "Removing: " << dataUpdatesDirName; in deleteConfigUpdaterMetadataDir()
300 LOG(WARNING) << "Deletion of install metadata " << dataUpdatesDirName in deleteConfigUpdaterMetadataDir()
309 LOG(INFO) << "Removing: " << distroDirName; in deleteUpdateDistroDir()
311 LOG(WARNING) << "Deletion of distro dir " << distroDirName << " was not successful"; in deleteUpdateDistroDir()
318 LOG(INFO) << "Staged operation is an uninstall."; in handleStagedUninstall()
325 LOG(WARNING) << "No current install to delete."; in handleStagedUninstall()
330 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName in handleStagedUninstall()
340 LOG(WARNING) << "Current distro dir " << dataCurrentDirName in handleStagedUninstall()
343 LOG(WARNING) << "Could not delete " << dataCurrentDirName; in handleStagedUninstall()
351 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName in handleStagedUninstall()
357 LOG(INFO) << "Staged uninstall complete."; in handleStagedUninstall()
363 LOG(INFO) << "Staged operation is an install."; in handleStagedInstall()
368 LOG(INFO) << "No current install to replace."; in handleStagedInstall()
374 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName in handleStagedInstall()
383 LOG(WARNING) << "Current distro dir " << dataCurrentDirName in handleStagedInstall()
386 LOG(WARNING) << "Could not delete " << dataCurrentDirName; in handleStagedInstall()
393 LOG(INFO) << "Moving " << dataStagedDirName << " to " << dataCurrentDirName; in handleStagedInstall()
401 LOG(INFO) << "Staged install complete."; in handleStagedInstall()
412 LOG(DEBUG) << "No staged time zone operation."; in processStagedOperation()
418 LOG(WARNING) << "Staged distro dir " << dataStagedDirName in processStagedOperation()
429 LOG(WARNING) << "Current install dir " << dataCurrentDirName << " could not be accessed" in processStagedOperation()
442 LOG(WARNING) << "Unable to determine if the staged operation is an uninstall."; in processStagedOperation()
489 LOG(INFO) << "timezone distro dir " << dataCurrentDirName in main()
498 LOG(WARNING) << "Current distro dir " << dataCurrentDirName in main()
511 LOG(WARNING) << "distro version file " << distroVersionFileName in main()
520 LOG(WARNING) << "distro version file " << distroVersionFileName in main()
537 LOG(INFO) << "distro version file " << distroVersionFileName in main()
555 LOG(INFO) << "distro version file " << distroVersionFileName in main()
574 LOG(WARNING) << systemTzDataFileName << " does not exist or could not be opened"; in main()
579 LOG(WARNING) << systemTzDataFileName << " does not have a valid header."; in main()
588 LOG(INFO) << "Found an installed distro but it is valid. No action taken."; in main()
595 LOG(INFO) << "timezone distro in " << dataCurrentDirName << " is older than data in " in main()