Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfxcrt_platforms.cpp19 if (dwModes & FX_FILEMODE_ReadOnly) { in FXCRT_GetFileModeString()
28 if (dwModes & FX_FILEMODE_ReadOnly) { in FXCRT_GetFileModeString()
Dfxcrt_posix.cpp21 if (dwModes & FX_FILEMODE_ReadOnly) { in FXCRT_Posix_GetFileMode()
Dfx_extension.cpp109 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly); in FX_CreateFileRead()
112 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly); in FX_CreateFileRead()
Dfxcrt_windows.cpp21 if (!(dwMode & FX_FILEMODE_ReadOnly)) { in FXCRT_Windows_GetFileMode()
/external/pdfium/core/include/fxcrt/
Dfx_stream.h45 #define FX_FILEMODE_ReadOnly 1 macro
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp619 pFontStream = pFontSource->CreateFileStream(FX_FILEMODE_ReadOnly); in EnumFonts()
832 pDesc->m_pFileAccess->CreateFileStream(FX_FILEMODE_ReadOnly); in VerifyUnicode()
956 pFontAccess->CreateFileStream(FX_FILEMODE_ReadOnly); in LoadFont()