Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 3 of 3) sorted by relevance

/system/extras/partition_tools/
Dlpdumpd.cc52 std::string error_str = error.str(); in run() local
54 if (!error_str.empty()) { in run()
55 LOG(WARNING) << error_str; in run()
60 return Status::fromServiceSpecificError(ret, error_str.c_str()); in run()
/system/security/keystore2/src/
Derror.rs388 let error_str = format!( in check_result_contains_error_string() localVariable
393 error_str.contains(expected_error_string), in check_result_contains_error_string()
395 error_str, in check_result_contains_error_string()
Ddatabase.rs4939 let error_str = format!( in check_result_is_error_containing_string() localVariable
4944 error_str.contains(target), in check_result_is_error_containing_string()
4946 error_str, in check_result_is_error_containing_string()