Searched refs:FXSYS_wfopen (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_system.h167 #define FXSYS_wfopen(f, m) _wfopen((const wchar_t*)(f), (const wchar_t*)(m)) macro
169 #define FXSYS_wfopen _wfopen macro
172 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp113 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode) function
H A Dfxcrt_platforms.cpp63 m_hFile = FXSYS_wfopen(fileName.GetPtr(), (FX_LPCWSTR)strMode);

Completed in 187 milliseconds