Lines Matching refs:buf_file
163 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()
274 fflush(buf_file); in TestDroppedLogs()