Searched defs:sFilePath (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp515 void CJS_GlobalData::LoadFileBuffer(FX_LPCWSTR sFilePath, FX_LPBYTE& pBuffer, FX_INT32& nLength) argument
520 void CJS_GlobalData::WriteFileBuffer(FX_LPCWSTR sFilePath, FX_LPCSTR pBuffer, FX_INT32 nLength) argument
H A Dapp.cpp1003 CFX_WideString app::RelativePathToSysPath(const CFX_WideString& sOldPath, const CFX_WideString& sFilePath) argument
1008 for (int i=sFilePath.GetLength()-1; i>=0; i--)
1010 if (sFilePath[i] == '\\' || sFilePath[i] == '/')
1017 return sFilePath.Left(nSplit+1) + sOldPath;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2553 CFX_WideString sFilePath = action.GetFilePath(); local
2554 if (sFilePath.IsEmpty())
2557 if (!ImportFormFromFDFFile(sFilePath, TRUE))

Completed in 402 milliseconds