Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_attachment_embeddertest.cpp130 constexpr char kContents2[] = "World!"; in TEST_F() local
131 EXPECT_TRUE(FPDFAttachment_SetFile(attachment, document(), kContents2, in TEST_F()
132 strlen(kContents2))); in TEST_F()
150 EXPECT_EQ(std::string(kContents2), std::string(content_buf.data(), 6)); in TEST_F()