Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dlog_fake.cpp63 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() argument
64 g_fake_log_buf += std::to_string(bufId) + ' ' + std::to_string(prio) + ' '; in __android_log_buf_write()