Home
last modified time | relevance | path

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

/system/utest/runtests-utils/
A Dlog-exporter-test.cpp163 FILE* buf_file = fmemopen(buf, sizeof(buf), "w"); in TestLog() local
166 auto log_listener = fbl::make_unique<LogExporter>(std::move(listener_request), buf_file); in TestLog()
177 fflush(buf_file); in TestLog()
188 fflush(buf_file); in TestLog()
206 FILE* buf_file = fmemopen(buf, sizeof(buf), "w"); in TestLogMany() local
209 auto log_listener = fbl::make_unique<LogExporter>(std::move(listener_request), buf_file); in TestLogMany()
222 fflush(buf_file); in TestLogMany()
234 fflush(buf_file); in TestLogMany()
252 FILE* buf_file = fmemopen(buf, sizeof(buf), "w"); in TestDroppedLogs() local
255 auto log_listener = fbl::make_unique<LogExporter>(std::move(listener_request), buf_file); in TestDroppedLogs()
[all …]

Completed in 2 milliseconds