Home
last modified time | relevance | path

Searched refs:stdio_filebuf (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/vr/performanced/
Dstdio_filebuf.h47 class stdio_filebuf
57 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() function
92 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 …]
Dtask.cpp87 stdio_filebuf<char> filebuf(file.get()); in GetStatusField()
111 stdio_filebuf<char> filebuf(file.get()); in ReadStatusFields()
150 stdio_filebuf<char> filebuf(file.get()); in GetCpuSetPath()
Dcpu_set.cpp256 stdio_filebuf<char> filebuf(file.get()); in GetTasks()
270 stdio_filebuf<char> filebuf(file.get()); in GetCpuList()