Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfx_fontsourceenum_file.cpp96 FX_FILEMODE_ReadOnly); in GetStream()
/external/pdfium/core/fxcrt/
Dfx_stream.h28 #define FX_FILEMODE_ReadOnly 1 macro
Dcfx_fileaccess_posix.cpp30 if (dwModes & FX_FILEMODE_ReadOnly) { in GetFileMode()
Dcfx_fileaccess_windows.cpp23 if (!(dwMode & FX_FILEMODE_ReadOnly)) { in GetFileMode()
Dfx_stream.cpp98 return IFX_SeekableStream::CreateFromFilename(filename, FX_FILEMODE_ReadOnly); in CreateFromFilename()