Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfxcrt_posix.cpp24 if (dwModes & FX_FILEMODE_ReadOnly) { in FXCRT_Posix_GetFileMode()
Dfxcrt_windows.cpp24 if (!(dwMode & FX_FILEMODE_ReadOnly)) { in FXCRT_Windows_GetFileMode()
Dfx_stream.h49 #define FX_FILEMODE_ReadOnly 1 macro
Dfx_extension.cpp411 return IFX_SeekableStream::CreateFromFilename(filename, FX_FILEMODE_ReadOnly); in CreateFromFilename()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp607 pFontSource->CreateFileStream(FX_FILEMODE_ReadOnly); in EnumFontsFromFiles()