HomeSort by: relevance | last modified time | path
    Searched defs:format_text_with_tag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
ui.cpp 125 return format_text_with_tag("ERROR: " + error, prog_name + ": ", true);
131 return format_text_with_tag(msg, prog_name + ": ", true);
137 return format_text_with_tag(text, "", false, 0);
141 impl::format_text_with_tag(const std::string& text, const std::string& tag, function in class:impl
171 return format_text_with_tag("WARNING: " + error, prog_name + ": ", true);
ui.cpp 125 return format_text_with_tag("ERROR: " + error, prog_name + ": ", true);
131 return format_text_with_tag(msg, prog_name + ": ", true);
137 return format_text_with_tag(text, "", false, 0);
141 impl::format_text_with_tag(const std::string& text, const std::string& tag, function in class:impl
171 return format_text_with_tag("WARNING: " + error, prog_name + ": ", true);

Completed in 90 milliseconds