Home
last modified time | relevance | path

Searched refs:FXSYS_fopen (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/zlib_v128/
Dzutil.h109 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/
Dcfx_folderfontinfo.cpp152 FXSYS_FILE* pFile = FXSYS_fopen(path.c_str(), "rb"); in ScanFile()
356 FXSYS_FILE* pFile = FXSYS_fopen(pFont->m_FilePath.c_str(), "rb"); in GetFontData()
/external/pdfium/core/fxcrt/
Dfx_basic_gcc.cpp136 return FXSYS_fopen(CFX_ByteString::FromUnicode(filename).c_str(), in FXSYS_wfopen()
Dfx_system.h126 #define FXSYS_fopen fopen macro
/external/pdfium/xfa/fgas/crt/
Dfgas_stream.cpp428 m_hFile = FXSYS_fopen(szFileName.c_str(), wsMode); in LoadFile()
432 m_hFile = FXSYS_fopen(szFileName.c_str(), "w+b"); in LoadFile()
435 m_hFile = FXSYS_fopen(szFileName.c_str(), "r+b"); in LoadFile()