OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdio_filebuf_cerr
(Results
1 - 2
of
2
) sorted by null
/external/astl/src/
ios_globals.cpp
44
// - stdio_filebuf_cout and
stdio_filebuf_cerr
are our own stdio and
51
stdio_filebuf_mem
stdio_filebuf_cerr
;
member in namespace:std
ios_base.cpp
102
extern android::stdio_filebuf
stdio_filebuf_cerr
;
108
// structures. stdio_filebuf_cout/
stdio_filebuf_cerr
and
111
new (&
stdio_filebuf_cerr
) android::stdio_filebuf(stderr);
113
new (&cerr) ostream(&
stdio_filebuf_cerr
);
Completed in 59 milliseconds