Home
last modified time | relevance | path

Searched refs:RunCmdInApp (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Denvironment.cpp549 bool RunCmdInApp(const std::string& cmd, const std::vector<std::string>& args,
561 bool InAppRunner::RunCmdInApp(const std::string& cmd, const std::vector<std::string>& cmd_args, in RunCmdInApp() function in simpleperf::__anon5329c2ac0211::InAppRunner
818 return in_app_runner->RunCmdInApp(cmd, args, workload_args_size, output_filepath, in RunInAppContext()