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

  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 51 CFX_ByteString strMode;
52 FXCRT_GetFileModeString(dwMode, strMode);
53 m_hFile = FXSYS_fopen(fileName.GetCStr(), (FX_LPCSTR)strMode);
61 CFX_WideString strMode;
62 FXCRT_GetFileModeString(dwMode, strMode);
63 m_hFile = FXSYS_wfopen(fileName.GetPtr(), (FX_LPCWSTR)strMode);
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 662 milliseconds