Lines Matching refs:ERROR
137 LOG(ERROR) << "Cannot open ZIP archive " << Redact(zip_path);
153 LOG(ERROR) << "Cannot open ZIP from file handle " << zip_fd;
170 LOG(ERROR) << "Error while closing ZIP archive: " << err;
189 LOG(ERROR) << "Cannot go to next entry in ZIP: " << err;
217 LOG(ERROR) << "Cannot get entry from ZIP: " << err;
229 LOG(ERROR) << "Cannot convert path from encoding " << encoding;
364 LOG(ERROR) << "Cannot open file " << Redact(entry_.path)
387 LOG(ERROR) << "Cannot read file " << Redact(entry_.path)
408 LOG_IF(ERROR, n < 0) << "Cannot read file " << Redact(entry_.path)
417 LOG(ERROR) << "Cannot extract file " << Redact(entry_.path)
467 LOG(ERROR) << "Cannot create directory " << Redact(output_file_path);
480 LOG(ERROR) << "Cannot open file " << Redact(entry_.path)
489 LOG(ERROR) << "Cannot create directory " << Redact(output_dir_path);
499 LOG(ERROR) << "Cannot create file " << Redact(output_file_path);
546 LOG(ERROR) << "Cannot get ZIP info: " << err;
578 LOG(ERROR) << "Cannot extract file " << Redact(entry_.path)
589 LOG(ERROR) << "Cannot read file " << Redact(entry_.path)
596 LOG(ERROR) << "Cannot write " << num_bytes_read
630 LOG(ERROR) << "File is not valid";
636 PLOG(ERROR) << "Cannot get length of file handle "
685 PLOG(ERROR) << "Cannot create directory " << Redact(dir);
692 PLOG(ERROR) << "Cannot create file " << Redact(output_file_path_) << ": "
699 PLOG(ERROR) << "Cannot get length of file " << Redact(output_file_path_);
704 LOG(ERROR) << "File " << Redact(output_file_path_)
717 LOG(ERROR) << "Cannot delete partially extracted file "