Searched refs:output_filepath (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | environment.cpp | 642 size_t workload_args_size, const std::string& output_filepath, 652 size_t workload_args_size, const std::string& output_filepath, in RunCmdInApp() argument 671 if (!output_filepath.empty()) { in RunCmdInApp() 674 out_fd = FileHelper::OpenWriteOnly(output_filepath); in RunCmdInApp() 676 PLOG(ERROR) << "Failed to open " << output_filepath; in RunCmdInApp() 813 const std::string& output_filepath, bool need_tracepoint_events) { in RunInAppContext() argument 823 return in_app_runner->RunCmdInApp(cmd, args, workload_args_size, output_filepath, in RunInAppContext()
|
D | environment.h | 109 const std::string& output_filepath, bool need_tracepoint_events);
|