Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dlog_read_test.cpp85 android_logger_list_alloc(ANDROID_LOG_WRONLY, 0, 0); in TEST()
/system/core/liblog/include/log/
Dlog_read.h238 #define ANDROID_LOG_WRONLY O_WRONLY macro
/system/core/liblog/include_vndk/log/
Dlog_read.h238 #define ANDROID_LOG_WRONLY O_WRONLY macro
/system/core/liblog/
DREADME161 mended to only open log ANDROID_LOG_WRONLY in that case.
/system/core/logcat/
Dlogcat.cpp963 mode |= ANDROID_LOG_WRONLY; in __logcat()