Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dtest_perf_data.cc98 struct perf_file_header local_header = { in WriteTo() local
114 reinterpret_cast<uint64_t*>(local_header.adds_features)[i] = MaybeSwap64( in WriteTo()
118 out->write(reinterpret_cast<const char*>(&local_header), in WriteTo()
119 sizeof(local_header)); in WriteTo()