Home
last modified time | relevance | path

Searched refs:file_contents_ (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp40 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
41 if (!file_contents_) in TestAsyncLoader()
55 bool IsOpened() const { return !!file_contents_; } in IsOpened()
106 memcpy(pBuf, file_contents_.get() + pos, end - pos); in GetBlockImpl()
145 std::unique_ptr<char, pdfium::FreeDeleter> file_contents_; member in __anon6ec5a2610111::TestAsyncLoader
/external/pdfium/testing/
Dembedder_test.cpp59 file_contents_(nullptr) { in EmbedderTest()
126 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()
127 if (!file_contents_) in OpenDocumentWithOptions()
131 loader_ = new TestLoader(file_contents_.get(), file_length_); in OpenDocumentWithOptions()
Dembedder_test.h179 std::unique_ptr<char, pdfium::FreeDeleter> file_contents_; variable