Searched refs:WriteToFile (Results 1 – 2 of 2) sorted by relevance
77 bool WriteToFile(const std::string& fileName, const uint8_t* data, size_t len);
601 bool RpcServer::WriteToFile(const std::string& fileName, const uint8_t* data, size_t len) in WriteToFile() function in SysTuning::TraceStreamer::RpcServer653 return WriteToFile(fileName, data, len); in DownloadELFCallback()