Lines Matching full:c_str
723 if (!file.WriteFully(header.c_str(), header.length())) {
727 ThrowRuntimeException("%s", detail.c_str());
735 iov[0].iov_base = reinterpret_cast<void*>(const_cast<char*>(header.c_str()));
746 if (!trace_file_->WriteFully(header.c_str(), header.length()) ||
750 ThrowRuntimeException("%s", detail.c_str());
885 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(),
886 method->GetSignature().ToString().c_str
984 WriteToBuf(reinterpret_cast<const uint8_t*>(method_line.c_str()), method_line.length());
996 WriteToBuf(reinterpret_cast<const uint8_t*>(thread_name.c_str()), thread_name.length());