HomeSort by relevance Sort by last modified time
    Searched defs:stdio_filebuf (Results 1 - 5 of 5) sorted by null

  /external/astl/src/
stdio_filebuf.cpp 29 #include <stdio_filebuf.h>
35 stdio_filebuf::stdio_filebuf(std::FILE* stream) function in class:android::stdio_filebuf
39 stdio_filebuf::~stdio_filebuf() {
43 stdio_filebuf::xsputn(const std::streambuf::char_type* str, std::streamsize num) {
47 int stdio_filebuf::sync() {
  /external/astl/include/
stdio_filebuf.h 43 class stdio_filebuf: public std::streambuf class in namespace:android
46 stdio_filebuf(std::FILE* stream);
47 virtual ~stdio_filebuf();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
44 * stdio_filebuf<char>.
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
71 * closed when the stdio_filebuf is closed/destroyed.
73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
84 * stdio_filebuf is closed/destroyed.
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
94 ~stdio_filebuf();
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
44 * stdio_filebuf<char>.
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
71 * closed when the stdio_filebuf is closed/destroyed.
73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
84 * stdio_filebuf is closed/destroyed.
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
94 ~stdio_filebuf();
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
44 * stdio_filebuf<char>.
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
71 * closed when the stdio_filebuf is closed/destroyed.
73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
84 * stdio_filebuf is closed/destroyed.
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
94 ~stdio_filebuf();
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]

Completed in 323 milliseconds