Lines Matching refs:LOG
45 LOG(ERROR) << "Failed to get ZipArchiveHandle"; in GetWipePartitionList()
59 LOG(ERROR) << "Failed to extract " << RECOVERY_WIPE_ENTRY_NAME << ": " in GetWipePartitionList()
64 LOG(INFO) << "Failed to find " << RECOVERY_WIPE_ENTRY_NAME in GetWipePartitionList()
102 LOG(INFO) << "Secure-wiping \"" << partition << "\" from " << range[0] << " to " << range[1]; in SecureWipePartition()
104 LOG(INFO) << " Trying BLKSECDISCARD..."; in SecureWipePartition()
111 LOG(INFO) << " Trying BLKDISCARD..."; in SecureWipePartition()
117 LOG(INFO) << " Trying BLKZEROOUT..."; in SecureWipePartition()
125 LOG(INFO) << " Done"; in SecureWipePartition()
131 LOG(ERROR) << "wipe_package_size is zero"; in ReadWipePackage()
151 LOG(ERROR) << "Failed to verify package"; in CheckWipePackage()
157 LOG(ERROR) << "Failed to get ZipArchiveHandle"; in CheckWipePackage()
163 LOG(ERROR) << "Failed to parse metadata in the zip file"; in CheckWipePackage()
177 LOG(ERROR) << "Failed to open wipe package"; in WipeAbDevice()
182 LOG(ERROR) << "Failed to verify wipe package"; in WipeAbDevice()
188 LOG(ERROR) << "Empty wipe ab partition list"; in WipeAbDevice()