Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_module.h52 void SetModulePath(FX_LPCSTR module_name, FX_LPCSTR path);
/external/pdfium/core/src/fpdfapi/
Dfpdf_basic_module.cpp81 void CPDF_ModuleMgr::SetModulePath(FX_LPCSTR module_name, FX_LPCSTR path) in SetModulePath() function in CPDF_ModuleMgr
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp201 CPDF_ModuleMgr::Get()->SetModulePath(NULL, CFX_ByteString::FromUnicode(app_path)); in FPDF_InitLibrary()
205 CPDF_ModuleMgr::Get()->SetModulePath(NULL, app_path); in FPDF_InitLibrary()