Searched defs:output_filename (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_debug_unwind.cpp | 119 RecordFileProcessor(const std::string& output_filename, bool output_binary_mode) in RecordFileProcessor() 220 SampleUnwinder(const std::string& output_filename, in SampleUnwinder() 361 TestFileGenerator(const std::string& output_filename, in TestFileGenerator() 506 ReportGenerator(const std::string& output_filename) in ReportGenerator()
|
D | cmd_inject.cpp | 662 bool Write(const std::string& output_filename) { in Write() 798 static bool WriteBranchListFile(const std::string& output_filename, const ETMBinaryMap& etm_data, in WriteBranchListFile()
|
/system/extras/simpleperf/app_api/cpp/ |
D | simpleperf.cpp | 44 std::string output_filename; member in simpleperf::RecordOptionsImpl 118 std::string output_filename = impl_->output_filename; in ToRecordArgs() local
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 370 const std::string& output_filename = optarg != nullptr ? optarg : "output.txt"; in main() local
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 947 const std::string& output_filename, keymint::SecurityLevel securityLevel) { in Encrypt() 959 const std::string& output_filename) { in Decrypt()
|
/system/chre/api_parser/ |
D | chpp_code_generator.py | 63 def _dump_to_file(self, output_filename, contents, dry_run, skip_clang_fomat): argument
|