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

  /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/fxge/ge/
cfx_folderfontinfo.cpp 152 FXSYS_FILE* pFile = FXSYS_fopen(path.c_str(), "rb");
356 FXSYS_FILE* pFile = FXSYS_fopen(pFont->m_FilePath.c_str(), "rb");
  /external/pdfium/core/fxcrt/
fx_basic_gcc.cpp 136 return FXSYS_fopen(CFX_ByteString::FromUnicode(filename).c_str(),
fx_system.h 126 #define FXSYS_fopen fopen
  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 428 m_hFile = FXSYS_fopen(szFileName.c_str(), wsMode);
432 m_hFile = FXSYS_fopen(szFileName.c_str(), "w+b");
435 m_hFile = FXSYS_fopen(szFileName.c_str(), "r+b");
    [all...]

Completed in 542 milliseconds