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

  /external/oprofile/gui/
oprof_start_util.h 35 int do_exec_command(std::string const & cmd, std::vector<std::string> const & args = std::vector<std::string>());
oprof_start.cpp 120 if (do_exec_command(OP_BINDIR "/opcontrol", args))
833 do_exec_command(OP_BINDIR "/opcontrol", args);
923 do_exec_command(OP_BINDIR "/opcontrol", args);
1012 // 2.95 work-around, it didn't like return !do_exec_command()
1013 bool ret = !do_exec_command(OP_BINDIR "/opcontrol", args);
1025 do_exec_command(OP_BINDIR "/opcontrol", args);
1046 if (!do_exec_command(OP_BINDIR "/opcontrol", args))
oprof_start_util.cpp 230 * do_exec_command - execute a command
240 int do_exec_command(string const & cmd, vector<string> const & args) function

Completed in 38 milliseconds