Home
last modified time | relevance | path

Searched refs:stdio_filebuf (Results 1 – 4 of 4) 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.cpp90 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()
Dcpu_set.cpp259 stdio_filebuf<char> filebuf(file.get()); in GetTasks()
273 stdio_filebuf<char> filebuf(file.get()); in GetCpuList()
Dperformance_service_tests.cpp26 using android::dvr::stdio_filebuf;
52 stdio_filebuf<char> filebuf(file.get()); in GetTaskCpuSet()