Home
last modified time | relevance | path

Searched refs:RebuildFileEventLogTags (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/logging/logd/
H A DLogTags.cpp78 bool LogTags::RebuildFileEventLogTags(const char* filename, bool warn) { in RebuildFileEventLogTags() function in LogTags
197 RebuildFileEventLogTags(filename, warn); in ReadFileEventLogTags()
662 if (!dynamic || !RebuildFileEventLogTags(dynamic_event_log_tags)) { in WritePersistEventLogTags()
666 if (!debug && !RebuildFileEventLogTags(debug_event_log_tags)) { in WritePersistEventLogTags()
H A DLogTags.h87 bool RebuildFileEventLogTags(const char* filename, bool warn = true);