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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_fstream.h42 typedef void* _STLP_fd; typedef
44 typedef int _STLP_fd; typedef
63 bool _M_open(_STLP_fd __id, ios_base::openmode = ios_base::__default_mode);
113 _STLP_fd _M_file_id;
124 _STLP_fd _M_view_id;
133 _STLP_fd __get_fd() const { return _M_file_id; }
179 _STLP_fd fd() const { return _M_base.__get_fd(); }
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
486 explicit basic_ifstream(_STLP_fd __id, ios_base::openmode __mod = ios_base::in) :
564 explicit basic_ofstream(_STLP_fd __i
[all...]

Completed in 43 milliseconds