Searched refs:FXSYS_fopen (Results 1 – 6 of 6) 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/src/fxcrt/ |
D | fxcrt_platforms.cpp | 47 m_hFile = FXSYS_fopen(fileName.GetCStr(), strMode.c_str()); in Open()
|
D | fx_basic_gcc.cpp | 141 return FXSYS_fopen(CFX_ByteString::FromUnicode(filename), in FXSYS_wfopen()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 139 #define FXSYS_fopen fopen macro
|
/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_stream.cpp | 149 m_hFile = FXSYS_fopen(szFileName, wsMode); in LoadFile() 153 m_hFile = FXSYS_fopen(szFileName, "w+b"); in LoadFile() 156 m_hFile = FXSYS_fopen(szFileName, "r+b"); in LoadFile()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 1371 FXSYS_FILE* pFile = FXSYS_fopen(path, "rb"); in ScanFile() 1569 FXSYS_FILE* pFile = FXSYS_fopen(pFont->m_FilePath, "rb"); in GetFontData()
|