Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_doc.h161 FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen);
/external/pdfium/fpdfsdk/
Dfpdfdoc_embeddertest.cpp154 unsigned long bufsize = FPDFAction_GetFilePath(action, nullptr, 0); in TEST_F()
158 EXPECT_EQ(bufsize, FPDFAction_GetFilePath(action, buf, bufsize)); in TEST_F()
Dfpdfview_c_api_test.c108 CHK(FPDFAction_GetFilePath); in CheckPDFiumCApi()
Dfpdfdoc.cpp171 FPDFAction_GetFilePath(FPDF_ACTION pDict, void* buffer, unsigned long buflen) { in FPDFAction_GetFilePath() function