Searched refs:command_options (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/pp/
H A Dcommon_option.h26 extern std::string command_options;
H A Dcommon_option.cpp33 string command_options; member in namespace:options
187 options::command_options = str.str(); member in class:__anon28468::options
H A Dopreport.cpp523 xml_utils::output_xml_header(options::command_options,
/external/oprofile/libpp/
H A Dxml_utils.h44 static void output_xml_header(std::string const & command_options,
H A Dxml_utils.cpp245 void xml_utils::output_xml_header(string const & command_options, argument
262 cout << init_attr(TITLE, "opreport " + command_options);
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1725 Options *command_options = cmd_obj->GetOptions(); local
1726 if (command_options && command_options->SupportsLongOption("gdb-format"))

Completed in 535 milliseconds