Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp61 # define LSEEK lseek macro
67 # define LSEEK lseek64 macro
200 if ((openmode & (ios_base::ate | ios_base::app)) && (LSEEK(file_no, 0, SEEK_END) == -1)) { in _M_open()
308 return LSEEK(_M_file_id, offset, whence); in _M_seek()
322 if (LSEEK(_M_file_id, offset + len, SEEK_SET) < 0) { in _M_mmap()