Home
last modified time | relevance | path

Searched refs:FSEEK (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp38 # define FSEEK fseek macro
40 # define FSEEK _fseeki64
46 # define FSEEK fseeko64
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) { in seekoff()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp112 # define FSEEK fseek macro
118 # define FSEEK fseeko64
246 if (FSEEK(_M_file, 0, SEEK_END) != 0) in _M_open()
364 if ( FSEEK(_M_file, offset, whence) == 0 ) { in _M_seek()