Searched refs:ErrorMsgBuffer (Results 1 – 2 of 2) sorted by relevance
115 std::string ErrorMsgBuffer; in save_socket_id_to_file() local116 llvm::raw_string_ostream S(ErrorMsgBuffer); in save_socket_id_to_file()122 ErrorMsgBuffer.c_str()); in save_socket_id_to_file()129 ErrorMsgBuffer.c_str(), in save_socket_id_to_file()131 ErrorMsgBuffer.c_str()); in save_socket_id_to_file()
428 std::string ErrorMsgBuffer; in write() local429 llvm::raw_string_ostream S(ErrorMsgBuffer); in write()434 errs() << "Error: " << ErrorMsgBuffer << "\n"; in write()