Home
last modified time | relevance | path

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

/system/core/include/log/
Dlogger.h158 #define ANDROID_LOG_WRONLY O_WRONLY macro
/system/core/liblog/
Dlog_read_kern.c79 if ((mode & ANDROID_LOG_ACCMODE) == ANDROID_LOG_WRONLY) { in accessmode()
231 return logger_ioctl(logger, LOGGER_FLUSH_LOG, ANDROID_LOG_WRONLY); in android_logger_clear()
DREADME125 mended to only open log ANDROID_LOG_WRONLY in that case.
/system/core/logcat/
Dlogcat.cpp509 mode |= ANDROID_LOG_WRONLY; in main()
/system/core/liblog/tests/
Dliblog_test.cpp602 struct logger_list * logger_list = android_logger_list_alloc(ANDROID_LOG_WRONLY, 0, 0); in TEST()