Home | History | Annotate | Download | only in jdwp

Lines Matching full:c_str

43   return StringPrintf("%#" PRIx64 " (%s)", field_id, Dbg::GetFieldName(field_id).c_str());
47 return StringPrintf("%#" PRIx64 " (%s)", method_id, Dbg::GetMethodName(method_id).c_str());
53 return StringPrintf("%#" PRIx64 " (%s)", ref_type_id, signature.c_str());
96 class_id, method_id, Dbg::GetClassName(class_id).c_str(),
97 Dbg::GetMethodName(method_id).c_str());
155 Dbg::FindLoadedClassBySignature(classDescriptor.c_str(), &ids);
906 VLOG(jdwp) << StringPrintf(" --> %s", PrintableString(str.c_str()).c_str());
925 VLOG(jdwp) << StringPrintf(" Name of thread %#" PRIx64 " is \"%s\"", thread_id, name.c_str());
1266 mod.classMatch.classPattern = strdup(pattern.c_str());
1275 mod.classExclude.classPattern = strdup(pattern.c_str());