Home
last modified time | relevance | path

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

/system/core/liblog/
Devent_tag_map.cpp494 static const char command_template[] = "getEventTag id=%u"; in __getEventTag() local
495 int ret = asprintf(&buf, command_template, tag); in __getEventTag()
500 ret - strlen(command_template) + in __getEventTag()
600 static const char command_template[] = "getEventTag name=%s format=\"%s\""; in android_lookupEventTagNum() local
601 ret = asprintf(&buf, command_template, tagname, format); in android_lookupEventTagNum()
606 ret - strlen(command_template) + in android_lookupEventTagNum()