Searched refs:xml_options (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/pp/
H A Dopreport_options.h43 extern std::string xml_options;
H A Dopreport_options.cpp51 string xml_options; member in namespace:options
/external/oprofile/libpp/
H A Dxml_utils.cpp34 ostringstream xml_options; variable
203 xml_options << init_attr(tag, value);
219 xml_options << init_attr(tag, str.str());
235 xml_options << init_attr(tag, str.str());
241 xml_options << init_attr(tag, (value ? "true" : "false"));
265 cout << open_element(OPTIONS, true) << xml_options.str();

Completed in 66 milliseconds