Home
last modified time | relevance | path

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

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