Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_namespace.cpp120 string error_prefix = StringPrintf( in GetArgType() local
129 LOG(ERROR) << error_prefix << error_msg; in GetArgType()
134 LOG(ERROR) << error_prefix << StringPrintf( in GetArgType()
143 LOG(ERROR) << error_prefix << StringPrintf( in GetArgType()
151 LOG(ERROR) << error_prefix << "Argument name is a Java or aidl keyword"; in GetArgType()
157 LOG(ERROR) << error_prefix << "Argument name cannot begin with '_aidl'"; in GetArgType()
Dtype_cpp.cpp585 const string error_prefix = StringPrintf( in GetArgType() local
591 cerr << error_prefix << "Argument name is a C++ keyword" in GetArgType()