Searched refs:formatEntry_locked (Results 1 – 2 of 2) sorted by relevance
/system/core/logd/ |
D | LogTags.cpp | 112 formatEntry_locked(it.first, AID_ROOT), fd); in RebuildFileEventLogTags() 602 std::string ret = formatEntry_locked(tag, uid, false); in WriteDynamicEventLogTags() 626 std::string ret = formatEntry_locked(tag, uid, false); in WriteDebugEventLogTags() 809 std::string LogTags::formatEntry_locked(uint32_t tag, uid_t uid, in formatEntry_locked() function in LogTags 840 return formatEntry_locked(tag, uid); in formatEntry() 879 ret += formatEntry_locked(it.first, uid); in formatGetEventTag() 884 ret += formatEntry_locked(it.first, uid); in formatGetEventTag()
|
D | LogTags.h | 84 std::string formatEntry_locked(uint32_t tag, uid_t uid,
|