Searched refs:CreateRecordFile (Results 1 – 1 of 1) sorted by relevance
346 std::unique_ptr<RecordFileWriter> CreateRecordFile(const std::string& filename);1218 record_file_writer_ = CreateRecordFile(record_filename_); in CreateAndInitRecordFile()1231 std::unique_ptr<RecordFileWriter> RecordCommand::CreateRecordFile(const std::string& filename) { in CreateRecordFile() function in simpleperf::__anon08ce178e0110::RecordCommand1634 record_file_writer_ = CreateRecordFile(record_filename_); in MoveRecordFile()