Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DLogTags.cpp193 void LogTags::ReadFileEventLogTags(const char* filename, bool warn) { in ReadFileEventLogTags() function in LogTags
355 ReadFileEventLogTags(system_event_log_tags); in LogTags()
357 ReadFileEventLogTags(dynamic_event_log_tags, false); in LogTags()
359 ReadFileEventLogTags(debug_event_log_tags, false); in LogTags()
H A DLogTags.h110 void ReadFileEventLogTags(const char* filename, bool warn = true);
H A DCommandListener.cpp282 tags()->ReadFileEventLogTags(tags()->debug_event_log_tags); in runCommand()