Searched refs:stdio_filebuf (Results 1 – 4 of 4) sorted by relevance
47 class stdio_filebuf57 explicit stdio_filebuf(FILE* __fp);58 ~stdio_filebuf() override;75 stdio_filebuf(const stdio_filebuf&);76 stdio_filebuf& operator=(const stdio_filebuf&);84 stdio_filebuf<_CharT>::stdio_filebuf(FILE* __fp) in stdio_filebuf() function92 stdio_filebuf<_CharT>::~stdio_filebuf() { in ~stdio_filebuf()98 void stdio_filebuf<_CharT>::imbue(const std::locale& __loc) { in imbue()107 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::underflow() { in underflow()112 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::uflow() { in uflow()[all …]
90 stdio_filebuf<char> filebuf(file.get()); in GetStatusField()114 stdio_filebuf<char> filebuf(file.get()); in ReadStatusFields()153 stdio_filebuf<char> filebuf(file.get()); in GetCpuSetPath()
259 stdio_filebuf<char> filebuf(file.get()); in GetTasks()273 stdio_filebuf<char> filebuf(file.get()); in GetCpuList()
26 using android::dvr::stdio_filebuf;52 stdio_filebuf<char> filebuf(file.get()); in GetTaskCpuSet()