Searched refs:RunCmdInApp (Results 1 – 1 of 1) sorted by relevance
641 bool RunCmdInApp(const std::string& cmd, const std::vector<std::string>& args,651 bool InAppRunner::RunCmdInApp(const std::string& cmd, const std::vector<std::string>& cmd_args, in RunCmdInApp() function in __anonb762ef0e0211::InAppRunner823 return in_app_runner->RunCmdInApp(cmd, args, workload_args_size, output_filepath, in RunInAppContext()