Searched defs:open (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const function in class:messages
96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
H A D_fstream.h168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(cons function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
[all...]
/ndk/sources/host-tools/make-3.81/
H A Dar.c238 int open = 0;
253 open = 1;
257 if (open)
235 int open = 0; local
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.c1176 int open = 0;
1191 open = 1;
1195 if (open)
1175 int open = 0; local

Completed in 81 milliseconds