Home
last modified time | relevance | path

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

/system/logging/logd/
DLogTags.cpp113 formatEntry_locked(it.first, AID_ROOT), fd); in RebuildFileEventLogTags()
603 std::string ret = formatEntry_locked(tag, uid, false); in WriteDynamicEventLogTags()
627 std::string ret = formatEntry_locked(tag, uid, false); in WriteDebugEventLogTags()
806 std::string LogTags::formatEntry_locked(uint32_t tag, uid_t uid, in formatEntry_locked() function in LogTags
837 return formatEntry_locked(tag, uid); in formatEntry()
876 ret += formatEntry_locked(it.first, uid); in formatGetEventTag()
881 ret += formatEntry_locked(it.first, uid); in formatGetEventTag()
DLogTags.h84 std::string formatEntry_locked(uint32_t tag, uid_t uid,