Home
last modified time | relevance | path

Searched refs:record_fp_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord_file.cpp53 record_fp_(fp), in RecordFileWriter()
63 if (record_fp_ != nullptr) { in ~RecordFileWriter()
71 if (fseek(record_fp_, sizeof(FileHeader), SEEK_SET) == -1) { in WriteAttrSection()
80 long id_section_offset = ftell(record_fp_); in WriteAttrSection()
94 long attr_section_offset = ftell(record_fp_); in WriteAttrSection()
102 long data_section_offset = ftell(record_fp_); in WriteAttrSection()
125 if (fwrite(buf, len, 1, record_fp_) != 1) { in Write()
190 if (fflush(record_fp_) != 0) { in GetHitModules()
194 if (fseek(record_fp_, 0, SEEK_END) == -1) { in GetHitModules()
198 long file_size = ftell(record_fp_); in GetHitModules()
[all …]
Drecord_file.h72 FILE* record_fp_; variable