Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp323 this->_M_unmap(base, len); in _M_mmap()
336 void _Filebuf_base::_M_unmap(void* base, streamoff len) in _M_unmap() function in _Filebuf_base
Dfstream_win32io.cpp609 this->_M_unmap(base, len); in _M_mmap()
618 void _Filebuf_base::_M_unmap(void* base, streamoff len) { in _M_unmap() function in _Filebuf_base
Dfstream_stdio.cpp382 void _Filebuf_base::_M_unmap(void*, streamoff) in _M_unmap() function in _Filebuf_base
/ndk/sources/cxx-stl/stlport/src/
Dfstream.cpp62 __this->_M_base._M_unmap(__this->_M_mmap_base, __this->_M_mmap_len); in _M_doit()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c120 _M_base._M_unmap(_M_mmap_base, _M_mmap_len); in _M_exit_input_mode()
D_fstream.h75 void _M_unmap(void* __mmap_base, streamoff __len);