HomeSort by relevance Sort by last modified time
    Searched refs:cerr_buf (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
iostream.cpp 199 auto_ptr<streambuf> cerr_buf; local
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out));
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release();
313 auto_ptr<streambuf> cerr_buf; local
324 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
328 cerr_buf.reset(new stdio_ostreambuf(stderr));
334 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out))
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 199 auto_ptr<streambuf> cerr_buf; local
210 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
214 cerr_buf.reset(new stdio_ostreambuf(stderr));
220 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out));
226 ostream* ptr_cerr = new(&cerr) ostream(cerr_buf.get()); cerr_buf.release();
313 auto_ptr<streambuf> cerr_buf; local
324 cerr_buf.reset(_Stl_create_filebuf("/stderr.txt", ios::out));
328 cerr_buf.reset(new stdio_ostreambuf(stderr));
334 cerr_buf.reset(_Stl_create_filebuf(stderr, ios_base::out))
    [all...]

Completed in 31 milliseconds