Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp550 size_t workload_args_size, const std::string& output_filepath,
562 size_t workload_args_size, const std::string& output_filepath, in RunCmdInApp() argument
584 if (!output_filepath.empty()) { in RunCmdInApp()
587 out_fd = FileHelper::OpenWriteOnly(output_filepath); in RunCmdInApp()
589 PLOG(ERROR) << "Failed to open " << output_filepath; in RunCmdInApp()
790 const std::string& output_filepath, bool need_tracepoint_events) { in RunInAppContext() argument
818 return in_app_runner->RunCmdInApp(cmd, args, workload_args_size, output_filepath, in RunInAppContext()
Denvironment.h96 const std::string& output_filepath, bool need_tracepoint_events);