Home
last modified time | relevance | path

Searched refs:error_prefix (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dtype_namespace.cpp125 string error_prefix = in GetArgType() local
132 AIDL_ERROR(a) << error_prefix << error_msg; in GetArgType()
138 AIDL_ERROR(a) << error_prefix << "'" << a.GetType().ToString() in GetArgType()
144 AIDL_ERROR(a) << error_prefix << "'" << a.ToString() << "' can only be an in parameter."; in GetArgType()
150 AIDL_ERROR(a) << error_prefix << "Argument name is a Java or aidl keyword"; in GetArgType()
156 AIDL_ERROR(a) << error_prefix << "Argument name cannot begin with '_aidl'"; in GetArgType()
/system/iorap/src/inode2filename/
Dsearch_directories.cc536 auto VisitValueOrLogError(T&& expected, F&& visit_func, const char* error_prefix = "") { in VisitValueOrLogError() argument
538 LOG(ERROR) << error_prefix << " " << expected.error(); in VisitValueOrLogError()