Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_attachment_embeddertest.cpp107 constexpr char kContents1[] = "Hello!"; in TEST_F() local
108 EXPECT_TRUE(FPDFAttachment_SetFile(attachment, document(), kContents1, in TEST_F()
109 strlen(kContents1))); in TEST_F()
125 EXPECT_EQ(std::string(kContents1), std::string(content_buf.data(), 6)); in TEST_F()