Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp25 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
26 if (!file_contents_) in TestAsyncLoader()
40 bool IsOpened() const { return !!file_contents_; } in IsOpened()
116 memcpy(pBuf, file_contents_.get() + pos, end - pos); in GetBlockImpl()
155 std::unique_ptr<char, pdfium::FreeDeleter> file_contents_; member in __anon484f9c630111::TestAsyncLoader
/external/pdfium/testing/
Dembedder_test.cpp67 file_contents_(nullptr) { in EmbedderTest()
140 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocument()
141 if (!file_contents_) in OpenDocument()
145 loader_ = new TestLoader(file_contents_.get(), file_length_); in OpenDocument()
Dembedder_test.h131 std::unique_ptr<char, pdfium::FreeDeleter> file_contents_; variable