HomeSort by relevance Sort by last modified time
    Searched refs:FX_FILEMODE_ReadOnly (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 19 if (dwModes & FX_FILEMODE_ReadOnly) {
28 if (dwModes & FX_FILEMODE_ReadOnly) {
fxcrt_posix.cpp 21 if (dwModes & FX_FILEMODE_ReadOnly) {
fxcrt_windows.cpp 21 if (!(dwMode & FX_FILEMODE_ReadOnly)) {
fx_extension.cpp 109 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly);
112 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly);
  /external/pdfium/core/include/fxcrt/
fx_stream.h 45 #define FX_FILEMODE_ReadOnly 1
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 619 pFontStream = pFontSource->CreateFileStream(FX_FILEMODE_ReadOnly);
832 pDesc->m_pFileAccess->CreateFileStream(FX_FILEMODE_ReadOnly);
    [all...]

Completed in 557 milliseconds