Home
last modified time | relevance | path

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

/system/core/liblog/
Devent_tag_map.cpp501 static const char command_template[] = "getEventTag id=%u"; in __getEventTag() local
502 int ret = asprintf(&buf, command_template, tag); in __getEventTag()
506 ret - strlen(command_template) + in __getEventTag()
603 static const char command_template[] = "getEventTag name=%s format=\"%s\""; in android_lookupEventTagNum() local
604 ret = asprintf(&buf, command_template, tagname, format); in android_lookupEventTagNum()
609 ret - strlen(command_template) + in android_lookupEventTagNum()