Searched defs:output_filename (Results 1 – 6 of 6) sorted by relevance
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()
442 bool Write(const std::string& output_filename) { in Write()531 bool Write(const std::string& output_filename, const BranchListBinaryMap& binary_map) { in Write()
44 std::string output_filename; member in simpleperf::RecordOptionsImpl118 std::string output_filename = impl_->output_filename; in ToRecordArgs() local
370 const std::string& output_filename = optarg != nullptr ? optarg : "output.txt"; in main() local
947 const std::string& output_filename, keymint::SecurityLevel securityLevel) { in Encrypt()959 const std::string& output_filename) { in Decrypt()
86 def _dump_to_file(self, output_filename, contents, dry_run, skip_clang_fomat): argument