Home
last modified time | relevance | path

Searched refs:file_length_ (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp41 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
45 file_access_.m_FileLen = static_cast<unsigned long>(file_length_); in TestAsyncLoader()
92 size_t file_length() const { return file_length_; } in file_length()
107 std::min(static_cast<unsigned long>(file_length_), pos + size); in GetBlockImpl()
121 if (offset + size > file_length_) in IsDataAvailImpl()
150 size_t file_length_ = 0; member in __anondedca7440111::TestAsyncLoader
/external/pdfium/testing/utils/
Dfile_util.cpp45 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in FileAccessForTesting()
49 m_FileLen = static_cast<unsigned long>(file_length_); in FileAccessForTesting()
Dfile_util.h33 size_t file_length_; variable
/external/zlib/google/
Dzip_reader.h259 int64_t file_length() { return file_length_; } in file_length()
269 int64_t file_length_ = 0; variable
Dzip_reader.cc453 if (!file_->SetLength(file_length_)) { in ~FileWriterDelegate()
465 file_length_ += bytes_written; in WriteBytes()
/external/pdfium/testing/
Dembedder_test.cpp148 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()
154 pdfium::make_span(file_contents_.get(), file_length_)); in OpenDocumentWithOptions()
157 file_access_.m_FileLen = static_cast<unsigned long>(file_length_); in OpenDocumentWithOptions()
Dembedder_test.h259 size_t file_length_ = 0; variable