Home
last modified time | relevance | path

Searched refs:FX_FILEMODE_Truncate (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfxcrt_platforms.cpp21 } else if (dwModes & FX_FILEMODE_Truncate) { in FXCRT_GetFileModeString()
30 } else if (dwModes & FX_FILEMODE_Truncate) { in FXCRT_GetFileModeString()
Dfxcrt_posix.cpp26 if (dwModes & FX_FILEMODE_Truncate) { in FXCRT_Posix_GetFileMode()
Dfxcrt_windows.cpp23 dwCreation = (dwMode & FX_FILEMODE_Truncate) ? CREATE_ALWAYS : OPEN_ALWAYS; in FXCRT_Windows_GetFileMode()
/external/pdfium/core/include/fxcrt/
Dfx_stream.h46 #define FX_FILEMODE_Truncate 2 macro