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

  /external/pdfium/xfa/src/fgas/include/
fx_stm.h 22 FX_STREAMACCESS_Truncate = 0x10,
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 93 } else if (dwAccess & FX_STREAMACCESS_Truncate) {
127 if (dwAccess & FX_STREAMACCESS_Truncate) {
140 } else if (dwAccess & FX_STREAMACCESS_Truncate) {
160 if (dwAccess & FX_STREAMACCESS_Truncate) {
170 if ((dwAccess & (FX_STREAMACCESS_Write | FX_STREAMACCESS_Truncate)) ==
171 (FX_STREAMACCESS_Write | FX_STREAMACCESS_Truncate)) {
    [all...]

Completed in 43 milliseconds