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.rs406 let error_str = format!( in check_result_contains_error_string() localVariable
411 error_str.contains(expected_error_string), in check_result_contains_error_string()
413 error_str, in check_result_contains_error_string()
Ddatabase.rs5010 let error_str = format!( in check_result_is_error_containing_string() localVariable
5015 error_str.contains(target), in check_result_is_error_containing_string()
5017 error_str, in check_result_is_error_containing_string()