Home
last modified time | relevance | path

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

/system/core/liblog/include_vndk/log/
Dlog_read.h251 #define ANDROID_LOG_PSTORE 0x80000000 macro
/system/core/liblog/include/log/
Dlog_read.h251 #define ANDROID_LOG_PSTORE 0x80000000 macro
/system/core/liblog/
Dlogger_read.c80 node = (logger_list->mode & ANDROID_LOG_PSTORE) in init_transport_context()
Dpmsg_reader.c308 ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK | ANDROID_LOG_RDONLY; in __android_log_pmsg_file_read()
DREADME155 The ANDROID_LOG_PSTORE mode flag to the android_logger_open is used to
/system/core/logd/
DLogTags.cpp290 ANDROID_LOG_RDONLY | ANDROID_LOG_PSTORE | ANDROID_LOG_NONBLOCK, 0, in ReadPersistEventLogTags()
/system/core/logcat/
Dlogcat.cpp968 mode |= ANDROID_LOG_RDONLY | ANDROID_LOG_PSTORE | in __logcat()