Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 7 of 7) sorted by relevance

/system/tpm/trunks/
Derror_codes.cc190 std::string error_string = GetErrorStringInternal(error); in GetErrorString() local
191 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()
Dsession_manager_impl.cc43 std::string error_string(data, data_len); in GetOpenSSLError() local
45 return error_string; in GetOpenSSLError()
Dtrunks_client_test.cc51 std::string error_string(data, data_len); in GetOpenSSLError() local
53 return error_string; in GetOpenSSLError()
/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc727 string error_string; in FilterMatches() local
728 error_string = GetRegError(regcomp_error, &filter_regex); in FilterMatches()
731 << "Error returned: " << error_string << ". "; in FilterMatches()
/system/tpm/attestation/common/
Dcrypto_utility_impl.cc47 std::string error_string(data, data_len); in GetOpenSSLError() local
49 return error_string; in GetOpenSSLError()
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders_converter.py592 error_string = fmt.format(*args)
594 error_string_str_ascii = error_string.encode('ascii', errors='replace')
/system/connectivity/shill/
Dmanager.cc926 string error_string( in GetServiceWithGUID() local
930 error->Populate(Error::kNotFound, error_string); in GetServiceWithGUID()
932 SLOG(this, 2) << error_string; in GetServiceWithGUID()