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

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

Completed in 75 milliseconds