Home
last modified time | relevance | path

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

/system/core/logd/
DLogTags.cpp398 tag2format_const_iterator iform; in tagToFormat() local
402 iform = tag2format.find(tag); in tagToFormat()
403 if (iform == tag2format.end()) return nullptr; in tagToFormat()
405 return iform->second.c_str(); in tagToFormat()
460 tag2format_const_iterator iform = tag2format.find(Tag); in nameToTag_locked() local
461 if ((iform == tag2format.end()) && iform->second.length()) { in nameToTag_locked()
462 localKey += "+" + iform->second; in nameToTag_locked()
512 tag2format_const_iterator iform = tag2format.find(tag); in WritePmsgEventLogTags() local
513 std::string Format = (iform != tag2format.end()) ? iform->second : ""; in WritePmsgEventLogTags()
814 tag2format_const_iterator iform = tag2format.find(tag); in formatEntry_locked() local
[all …]