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

  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 47 m_hFile = FXSYS_fopen(fileName.GetCStr(), strMode.c_str());
fx_basic_gcc.cpp 141 return FXSYS_fopen(CFX_ByteString::FromUnicode(filename),
  /external/pdfium/third_party/zlib_v128/
zutil.h 109 FXSYS_fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
186 # define F_OPEN(name, mode) FXSYS_fopen((name), (mode))
  /external/pdfium/core/include/fxcrt/
fx_system.h 139 #define FXSYS_fopen fopen
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 149 m_hFile = FXSYS_fopen(szFileName, wsMode);
153 m_hFile = FXSYS_fopen(szFileName, "w+b");
156 m_hFile = FXSYS_fopen(szFileName, "r+b");
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]

Completed in 3545 milliseconds