HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_wfopen (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_system.h 167 #define FXSYS_wfopen(f, m) _wfopen((const wchar_t*)(f), (const wchar_t*)(m))
169 #define FXSYS_wfopen _wfopen
172 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode);
  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 113 FXSYS_FILE* FXSYS_wfopen(FX_LPCWSTR filename, FX_LPCWSTR mode)
fxcrt_platforms.cpp 63 m_hFile = FXSYS_wfopen(fileName.GetPtr(), (FX_LPCWSTR)strMode);

Completed in 37 milliseconds