Home
last modified time | relevance | path

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

/system/core/libcutils/
Dklog.c57 void klog_writev(int level, const struct iovec* iov, int iov_count) { in klog_writev() function
76 klog_writev(level, iov, 1); in klog_write()
/system/core/include/cutils/
Dklog.h33 void klog_writev(int level, const struct iovec* iov, int iov_count);
/system/core/init/
Dlog.cpp40 klog_writev(level, iov, 2); in init_klog_vwrite()