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

  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 302 int32_t iPos = FXSYS_ftell(file);
304 int32_t iLen = FXSYS_ftell(file);
464 return FXSYS_ftell(m_hFile);
468 return FXSYS_ftell(m_hFile);
472 return FXSYS_ftell(m_hFile) >= m_iLength;
487 int32_t iPosition = FXSYS_ftell(m_hFile);
498 if (FXSYS_ftell(m_hFile) != iPosition) {
510 int32_t iPos = FXSYS_ftell(m_hFile);
523 int32_t iPos = FXSYS_ftell(m_hFile);
    [all...]
  /external/pdfium/core/fxcrt/
fx_system.h 131 #define FXSYS_ftell ftell
  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.cpp 158 uint32_t filesize = FXSYS_ftell(pFile);

Completed in 101 milliseconds