Searched refs:WriteLog (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_logger.h | 23 int WriteLog(int fd, const char *format, ...);
|
H A D | dfx_logger.cpp | 26 int WriteLog(int32_t fd, const char *format, ...) in WriteLog() function 34 DFXLOGW("WriteLog: vsnprintf_s fail"); in WriteLog() 41 DFXLOGE("WriteLog :: write msg(%{public}s) to fd(%{public}d) failed, ret(%{public}d).", buf, fd, ret); in WriteLog()
|
H A D | dfx_ring_buffer_wrapper.cpp | 164 WriteLog(UNUSED_FD, "%s", buf); in DefaultWrite()
|
H A D | process_dumper.cpp | 816 return WriteLog(fd, "%s", buf); in WriteDumpBuf()
|
Completed in 3 milliseconds