Searched refs:error_string (Results 1 – 7 of 7) sorted by relevance
190 std::string error_string = GetErrorStringInternal(error); in GetErrorString() local191 if (!error_string.empty()) { in GetErrorString()192 return error_string; in GetErrorString()197 error_string = GetErrorStringInternal(error); in GetErrorString()212 error_string = GetErrorStringInternal(error & kFormatOneErrorMask); in GetErrorString()213 if (!error_string.empty()) { in GetErrorString()214 ss << error_string; in GetErrorString()217 if (error_string.empty()) { in GetErrorString()
43 std::string error_string(data, data_len); in GetOpenSSLError() local45 return error_string; in GetOpenSSLError()
51 std::string error_string(data, data_len); in GetOpenSSLError() local53 return error_string; in GetOpenSSLError()
727 string error_string; in FilterMatches() local728 error_string = GetRegError(regcomp_error, &filter_regex); in FilterMatches()731 << "Error returned: " << error_string << ". "; in FilterMatches()
47 std::string error_string(data, data_len); in GetOpenSSLError() local49 return error_string; in GetOpenSSLError()
592 error_string = fmt.format(*args)594 error_string_str_ascii = error_string.encode('ascii', errors='replace')
926 string error_string( in GetServiceWithGUID() local930 error->Populate(Error::kNotFound, error_string); in GetServiceWithGUID()932 SLOG(this, 2) << error_string; in GetServiceWithGUID()