Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
Dglobal.h65 CFX_WideString m_sFilePath; variable
DJS_GlobalData.h93 CFX_WideString m_sFilePath; variable
/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp126 m_sFilePath += SDK_JS_GLOBALDATA_FILENAME; in CJS_GlobalData()
356 LoadFileBuffer(m_sFilePath, pBuffer, nLength); in LoadGlobalPersistentVariables()
512 WriteFileBuffer(m_sFilePath, (FX_LPCSTR)sFile.GetBuffer(), sFile.GetSize()); in SaveGlobalPersisitentVariables()