Home
last modified time | relevance | path

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

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