Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp623 size_t workload_args_size, const std::string& output_filepath,
633 size_t workload_args_size, const std::string& output_filepath, in RunCmdInApp() argument
655 if (!output_filepath.empty()) { in RunCmdInApp()
658 out_fd = FileHelper::OpenWriteOnly(output_filepath); in RunCmdInApp()
660 PLOG(ERROR) << "Failed to open " << output_filepath; in RunCmdInApp()
805 const std::string& output_filepath, bool need_tracepoint_events) { in RunInAppContext() argument
824 return in_app_runner->RunCmdInApp(cmd, args, workload_args_size, output_filepath, in RunInAppContext()
Denvironment.h110 const std::string& output_filepath, bool need_tracepoint_events);