Searched refs:FXSYS_fopen (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/zlib_v128/ |
D | 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/ |
D | cfx_folderfontinfo.cpp | 152 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/ |
D | fx_basic_gcc.cpp | 136 return FXSYS_fopen(CFX_ByteString::FromUnicode(filename).c_str(), in FXSYS_wfopen()
|
D | fx_system.h | 126 #define FXSYS_fopen fopen macro
|
/external/pdfium/xfa/fgas/crt/ |
D | fgas_stream.cpp | 428 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()
|