Home
last modified time | relevance | path

Searched defs:output_filename (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp119 RecordFileProcessor(const std::string& output_filename, bool output_binary_mode) in RecordFileProcessor()
218 SampleUnwinder(const std::string& output_filename, in SampleUnwinder()
344 TestFileGenerator(const std::string& output_filename, in TestFileGenerator()
487 ReportGenerator(const std::string& output_filename) in ReportGenerator()
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp44 std::string output_filename; member in simpleperf::RecordOptionsImpl
118 std::string output_filename = impl_->output_filename; in ToRecordArgs() local
/system/iorap/src/inode2filename/
Dmain.cc203 std::optional<std::string> output_filename; in main() local
/system/security/keystore/
Dkeystore_cli_v2.cpp935 const std::string& output_filename, keymint::SecurityLevel securityLevel) { in Encrypt()
947 const std::string& output_filename) { in Decrypt()
/system/chre/chpp/api_parser/
Dchre_api_to_chpp.py86 def _dump_to_file(self, output_filename, contents, dry_run, skip_clang_fomat): argument