Home
last modified time | relevance | path

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

/system/iorap/src/perfetto/
Drx_producer.h131 bool WriteFullyToFile(const std::string& path,
Dmain.cc121 if (!trace_proto.WriteFullyToFile(arg_output_proto)) { in CollectPerfettoTraceBufferViaAbstractions()
Drx_producer.cc541 bool BinaryWireProtobuf<T>::WriteFullyToFile(const std::string& path, in WriteFullyToFile() function in iorap::perfetto::BinaryWireProtobuf
/system/iorap/src/manager/
Devent_manager.cc537 if (!trace_proto.WriteFullyToFile(file_path)) { in StartTracing()