Searched defs:with_attrs (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dxml_output.cpp30 string open_element(tag_t tag, bool with_attrs) argument
35 open_xml_element(tag, with_attrs, buf, MAX_XML_BUF);
/external/oprofile/libop/
H A Dop_xml_out.c96 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t max) argument
107 (with_attrs ? " " : ">\n"));

Completed in 76 milliseconds