Home
last modified time | relevance | path

Searched refs:WriteAttrSection (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Drecord_file_test.cpp60 ASSERT_TRUE(writer->WriteAttrSection(attr_ids_)); in TEST_F()
110 ASSERT_TRUE(writer->WriteAttrSection(attr_ids_)); in TEST_F()
146 ASSERT_TRUE(writer->WriteAttrSection(attr_ids_)); in TEST_F()
Drecord_file.h46 bool WriteAttrSection(const std::vector<AttrWithId>& attr_ids);
Drecord_file_writer.cpp69 bool RecordFileWriter::WriteAttrSection(const std::vector<AttrWithId>& attr_ids) { in WriteAttrSection() function in RecordFileWriter
Dcmd_record.cpp526 if (!writer->WriteAttrSection(attr_ids)) { in CreateRecordFile()