Lines Matching defs:length
634 const int64_t length = file_->GetLength();
635 if (length < 0) {
636 PLOG(ERROR) << "Cannot get length of file handle "
643 LOG_IF(WARNING, length > 0)
645 << " is not empty: Its length is " << length << " bytes";
697 const int64_t length = owned_file_.GetLength();
698 if (length < 0) {
699 PLOG(ERROR) << "Cannot get length of file " << Redact(output_file_path_);
703 if (length > 0) {
705 << " is not empty: Its length is " << length << " bytes";