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

  /external/pdfium/core/fxcrt/
fxcrt_posix.cpp 24 if (dwModes & FX_FILEMODE_ReadOnly) {
fx_stream.h 49 #define FX_FILEMODE_ReadOnly 1
fxcrt_windows.cpp 24 if (!(dwMode & FX_FILEMODE_ReadOnly)) {
fx_extension.cpp 411 return IFX_SeekableStream::CreateFromFilename(filename, FX_FILEMODE_ReadOnly);
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 607 pFontSource->CreateFileStream(FX_FILEMODE_ReadOnly);
    [all...]

Completed in 1564 milliseconds