HomeSort by relevance Sort by last modified time
    Searched refs:xml_options (Results 1 - 3 of 3) sorted by null

  /external/oprofile/pp/
opreport_options.h 43 extern std::string xml_options;
opreport_options.cpp 51 string xml_options; member in namespace:options
  /external/oprofile/libpp/
xml_utils.cpp 34 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 71 milliseconds