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

  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 21 if (dwModes & FX_FILEMODE_ReadOnly) {
164 if (!src.Open(fileNameSrc, FX_FILEMODE_ReadOnly)) {
fxcrt_platforms.cpp 20 if (dwModes & FX_FILEMODE_ReadOnly) {
30 if (dwModes & FX_FILEMODE_ReadOnly) {
168 if (!src.Open(fileNameSrc, FX_FILEMODE_ReadOnly)) {
fx_extension.cpp 125 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly, pAllocator);
129 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly, pAllocator);
fxcrt_windows.cpp 38 if (!(dwMode & FX_FILEMODE_ReadOnly)) {
  /external/pdfium/core/include/fxcrt/
fx_stream.h 42 #define FX_FILEMODE_ReadOnly 1

Completed in 54 milliseconds