Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfxcrt_platforms.cpp20 if (dwModes & FX_FILEMODE_ReadOnly) { in FXCRT_GetFileModeString()
30 if (dwModes & FX_FILEMODE_ReadOnly) { in FXCRT_GetFileModeString()
168 if (!src.Open(fileNameSrc, FX_FILEMODE_ReadOnly)) { in FX_File_Copy()
Dfxcrt_posix.cpp21 if (dwModes & FX_FILEMODE_ReadOnly) { in FXCRT_Posix_GetFileMode()
164 if (!src.Open(fileNameSrc, FX_FILEMODE_ReadOnly)) { in FX_File_Copy()
Dfx_extension.cpp125 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly, pAllocator); in FX_CreateFileRead()
129 return FX_CreateFileStream(filename, FX_FILEMODE_ReadOnly, pAllocator); in FX_CreateFileRead()
Dfxcrt_windows.cpp38 if (!(dwMode & FX_FILEMODE_ReadOnly)) { in FXCRT_Windows_GetFileMode()
/external/pdfium/core/include/fxcrt/
Dfx_stream.h42 #define FX_FILEMODE_ReadOnly 1 macro