Home
last modified time | relevance | path

Searched refs:FileAccessForTesting (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/testing/utils/
H A Dfile_util.cpp41 FileAccessForTesting::FileAccessForTesting(const std::string& file_name) { in FileAccessForTesting() function in FileAccessForTesting
55 int FileAccessForTesting::GetBlockImpl(unsigned long pos, in GetBlockImpl()
63 int FileAccessForTesting::SGetBlock(void* param, in SGetBlock()
67 auto* file_access = static_cast<FileAccessForTesting*>(param); in SGetBlock()
H A Dfile_util.h21 class FileAccessForTesting final : public FPDF_FILEACCESS {
23 explicit FileAccessForTesting(const std::string& file_name);
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_editimg_embeddertest.cpp79 FileAccessForTesting file_access("mona_lisa.jpg"); in TEST_F()
98 FileAccessForTesting file_access("mona_lisa.jpg"); in TEST_F()
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_creator_embeddertest.cpp67 FileAccessForTesting file_acc("linearized.pdf"); in TEST_F()