Lines Matching refs:LOG
112 LOG(WARNING) << fileName << " is too small. " << byteCount << " bytes required"; in readBytes()
161 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn()
165 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn()
172 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn()
178 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag; in deleteFn()
206 LOG(INFO) << "Path " << fileToDelete << " does not exist"; in deleteFile()
210 LOG(WARNING) << "Path " << fileToDelete << " failed to stat() or is not a file."; in deleteFile()
236 LOG(INFO) << "Path " << dirToDelete << " does not exist"; in deleteDir()
240 LOG(WARNING) << "Path " << dirToDelete << " failed to stat() or is not a directory."; in deleteDir()
270 LOG(INFO) << "Could not delete directory: " << &tempDirName[0]; in deleteDir()
279 LOG(INFO) << "Removing: " << distroDirName; in deleteUpdateDistroDir()
281 LOG(WARNING) << "Deletion of distro dir " << distroDirName << " was not successful"; in deleteUpdateDistroDir()
288 LOG(INFO) << "Staged operation is an uninstall."; in handleStagedUninstall()
295 LOG(WARNING) << "No current install to delete."; in handleStagedUninstall()
300 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName in handleStagedUninstall()
310 LOG(WARNING) << "Current distro dir " << dataCurrentDirName in handleStagedUninstall()
313 LOG(WARNING) << "Could not delete " << dataCurrentDirName; in handleStagedUninstall()
321 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName in handleStagedUninstall()
327 LOG(INFO) << "Staged uninstall complete."; in handleStagedUninstall()
333 LOG(INFO) << "Staged operation is an install."; in handleStagedInstall()
338 LOG(INFO) << "No current install to replace."; in handleStagedInstall()
344 LOG(WARNING) << "Deletion of current distro " << dataCurrentDirName in handleStagedInstall()
353 LOG(WARNING) << "Current distro dir " << dataCurrentDirName in handleStagedInstall()
356 LOG(WARNING) << "Could not delete " << dataCurrentDirName; in handleStagedInstall()
363 LOG(INFO) << "Moving " << dataStagedDirName << " to " << dataCurrentDirName; in handleStagedInstall()
371 LOG(INFO) << "Staged install complete."; in handleStagedInstall()
382 LOG(DEBUG) << "No staged time zone operation."; in processStagedOperation()
388 LOG(WARNING) << "Staged distro dir " << dataStagedDirName in processStagedOperation()
399 LOG(WARNING) << "Current install dir " << dataCurrentDirName << " could not be accessed" in processStagedOperation()
412 LOG(WARNING) << "Unable to determine if the staged operation is an uninstall."; in processStagedOperation()
459 LOG(INFO) << "timezone distro dir " << dataCurrentDirName in main()
468 LOG(WARNING) << "Current distro dir " << dataCurrentDirName in main()
481 LOG(WARNING) << "distro version file " << distroVersionFileName in main()
489 LOG(WARNING) << "distro version file " << distroVersionFileName in main()
505 LOG(WARNING) << baseVersionFileName << " does not exist or could not be opened"; in main()
511 LOG(WARNING) << baseVersionFileName << " is not valid."; in main()
525 LOG(INFO) << "distro version file " << distroVersionFileName in main()
542 LOG(INFO) << "distro version file " << distroVersionFileName in main()
556 LOG(INFO) << "Found an installed distro but it is valid. No action taken."; in main()
563 LOG(INFO) << "timezone distro in " << dataCurrentDirName << " is older than data in " in main()