Lines Matching refs:StringPrintf
24 #include "android-base/stringprintf.h"
36 using android::base::StringPrintf;
377 LOG(WARNING) << StringPrintf(
908 failure_reason_ = StringPrintf("Bad encoded_array value: %s", failure_reason_.c_str());
2886 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_);
2982 *error_msg = StringPrintf("Bad field access_flags for %s: %x(%s)",
3002 *error_msg = StringPrintf("Field may have only one of public/protected/private, %s: %x(%s)",
3014 *error_msg = StringPrintf("Interface field is not public final static, %s: %x(%s)",
3029 *error_msg = StringPrintf("Interface field has disallowed flag, %s: %x(%s)",
3047 *error_msg = StringPrintf("Fields may not be volatile and final: %s",
3066 *error_msg = StringPrintf("Bad method access_flags for %s: %x",
3088 *error_msg = StringPrintf("Method may have only one of public/protected/private, %s: %x",
3102 StringPrintf("Method %" PRIu32 "(%s) is marked constructor, but doesn't match name",
3113 *error_msg = StringPrintf("Constructor %" PRIu32 "(%s) is not flagged correctly wrt/ static.",
3131 *error_msg = StringPrintf("Direct/virtual method %" PRIu32 "(%s) not in expected list %d",
3149 *error_msg = StringPrintf("Interface virtual method %" PRIu32 "(%s) is not public",
3166 *error_msg = StringPrintf("Method %" PRIu32 "(%s) has no code, but is not marked native or "
3174 *error_msg = StringPrintf("Constructor %u(%s) must not be abstract or native",
3190 *error_msg = StringPrintf("Abstract method %" PRIu32 "(%s) has disallowed access flags %x",
3208 *error_msg = StringPrintf("Interface method %" PRIu32 "(%s) is not public and abstract",
3228 *error_msg = StringPrintf("Method %" PRIu32 "(%s) has code, but is marked native or abstract",
3239 *error_msg = StringPrintf("Constructor %" PRIu32 "(%s) flagged inappropriately %x",