OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_unmap
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
fstream.cpp
62
__this->_M_base.
_M_unmap
(__this->_M_mmap_base, __this->_M_mmap_len);
/ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
323
this->
_M_unmap
(base, len);
336
void _Filebuf_base::
_M_unmap
(void* base, streamoff len)
fstream_win32io.cpp
609
this->
_M_unmap
(base, len);
618
void _Filebuf_base::
_M_unmap
(void* base, streamoff len) {
fstream_stdio.cpp
382
void _Filebuf_base::
_M_unmap
(void*, streamoff)
/ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c
120
_M_base.
_M_unmap
(_M_mmap_base, _M_mmap_len);
_fstream.h
75
void
_M_unmap
(void* __mmap_base, streamoff __len);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.c
120
_M_base.
_M_unmap
(_M_mmap_base, _M_mmap_len);
_fstream.h
75
void
_M_unmap
(void* __mmap_base, streamoff __len);
Completed in 99 milliseconds