OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_open
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp
172
bool _Filebuf_base::
_M_open
(const char* name, ios_base::openmode openmode,
261
bool _Filebuf_base::
_M_open
(const char* name, ios_base::openmode openmode)
266
return this->
_M_open
(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP |
273
bool _Filebuf_base::
_M_open
( int file_no, ios_base::openmode )
fstream_unistd.cpp
155
bool _Filebuf_base::
_M_open
(const char* name, ios_base::openmode openmode,
215
bool _Filebuf_base::
_M_open
(const char* name, ios_base::openmode openmode)
220
return this->
_M_open
(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP |
227
bool _Filebuf_base::
_M_open
(int file_no, ios_base::openmode)
fstream_win32io.cpp
218
bool _Filebuf_base::
_M_open
(const char* name, ios_base::openmode openmode,
294
bool _Filebuf_base::
_M_open
(const char* name, ios_base::openmode openmode) {
298
return this->
_M_open
(name, openmode, FILE_ATTRIBUTE_NORMAL);
301
bool _Filebuf_base::
_M_open
(_STLP_fd __id, ios_base::openmode init_mode) {
332
bool _Filebuf_base::
_M_open
(int file_no, ios_base::openmode init_mode) {
/ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
59
bool
_M_open
(const char*, ios_base::openmode, long __protection);
60
bool
_M_open
(const char*, ios_base::openmode);
61
bool
_M_open
(int __id, ios_base::openmode = ios_base::__default_mode);
63
bool
_M_open
(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
169
return _M_base.
_M_open
(__s, __m) ? this : 0;
176
return _M_base.
_M_open
(__s, __m, __protection) ? this : 0;
182
return this->
_M_open
(__id, _Init_mode);
187
return _M_base.
_M_open
(__id, _Init_mode) ? this : 0;
193
_Self*
_M_open
(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
194
return _M_base.
_M_open
(__id, _Init_mode) ? this : 0
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
59
bool
_M_open
(const char*, ios_base::openmode, long __protection);
60
bool
_M_open
(const char*, ios_base::openmode);
61
bool
_M_open
(int __id, ios_base::openmode = ios_base::__default_mode);
63
bool
_M_open
(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
169
return _M_base.
_M_open
(__s, __m) ? this : 0;
176
return _M_base.
_M_open
(__s, __m, __protection) ? this : 0;
182
return this->
_M_open
(__id, _Init_mode);
187
return _M_base.
_M_open
(__id, _Init_mode) ? this : 0;
193
_Self*
_M_open
(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
194
return _M_base.
_M_open
(__id, _Init_mode) ? this : 0
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
iostream.cpp
182
result->
_M_open
(_FILE_fd(f), mode);
Completed in 146 milliseconds