Searched defs:FXSYS_wfopen (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp113 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode) function
/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);

Completed in 52 milliseconds