Lines Matching defs:file
3 // found in the LICENSE file.
11 #include "base/files/file.h"
104 // Transfer the executable bit only if the file is readable.
153 LOG(ERROR) << "Cannot open ZIP from file handle " << zip_fd;
238 // The file content of this entry is encrypted if flag bit 0 is set.
313 // file paths. Replace Windows-invalid characters on all systems for
364 LOG(ERROR) << "Cannot open file " << Redact(entry_.path)
387 LOG(ERROR) << "Cannot read file " << Redact(entry_.path)
405 // Ensures function returns true if the entire file has been read.
408 LOG_IF(ERROR, n < 0) << "Cannot read file " << Redact(entry_.path)
417 LOG(ERROR) << "Cannot extract file " << Redact(entry_.path)
480 LOG(ERROR) << "Cannot open file " << Redact(entry_.path)
499 LOG(ERROR) << "Cannot create file " << Redact(output_file_path);
578 LOG(ERROR) << "Cannot extract file " << Redact(entry_.path)
589 LOG(ERROR) << "Cannot read file " << Redact(entry_.path)
597 << " bytes to file at offset " << offset;
615 FileWriterDelegate::FileWriterDelegate(base::File* file) : file_(file) {
636 PLOG(ERROR) << "Cannot get length of file handle "
641 // Just log a warning if the file is not empty.
692 PLOG(ERROR) << "Cannot create file " << Redact(output_file_path_) << ": "
699 PLOG(ERROR) << "Cannot get length of file " << Redact(output_file_path_);
717 LOG(ERROR) << "Cannot delete partially extracted file "