Lines Matching refs:c_str

145     std::unique_ptr<File> elf_file(OS::CreateEmptyFile(output_name_.c_str()));  in Symbolize()
594 if (!OS::FileExists(vdex_filename.c_str())) { in Dump()
595 os << "File " << vdex_filename.c_str() << " does not exist\n"; in Dump()
630 bool result = dex_layout.ProcessDexFile(vdex_dex_file->GetLocation().c_str(), in Dump()
754 std::unique_ptr<const File> file(OS::OpenFileForReading(vdex_filename.c_str())); in OpenVdexUnquicken()
773 vdex_filename.c_str(), in OpenVdexUnquicken()
886 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str()); in DumpOatDexFile()
1045 std::unique_ptr<File> file(OS::CreateEmptyFile(out_dex_path.c_str())); in ExportDexFile()
1063 os << StringPrintf("Dex file exported at %s (%zd bytes)\n", out_dex_path.c_str(), fsize); in ExportDexFile()
1125 class_method_index, pretty_method.c_str(), in DumpOatMethod()
1153 << StringPrintf("\t| %s\n", inst->DumpString(&dex_file).c_str()); in DumpOatMethod()
1714 o->GetClass()->PrettyDescriptor().c_str()); in DumpDataBimgRelRoEntries()
1723 space->GetImageFilename().c_str()); in DumpDataBimgRelRoEntries()
1968 std::unique_ptr<File> file(OS::OpenFileForReading(image_filename.c_str())); in Dump()
2054 os << StringPrintf("null %s\n", type->PrettyDescriptor().c_str()); in PrettyObjectValue()
2059 PrintableString(string->ToModifiedUtf8().c_str()).c_str()); in PrettyObjectValue()
2064 mirror::Class::PrettyDescriptor(klass).c_str()); in PrettyObjectValue()
2066 os << StringPrintf("%p %s\n", value.Ptr(), type->PrettyDescriptor().c_str()); in PrettyObjectValue()
2104 os << StringPrintf("null %s\n", PrettyDescriptor(field->GetTypeDescriptor()).c_str()); in PrintField()
2113 PrettyDescriptor(field->GetTypeDescriptor()).c_str()); in PrintField()
2191 os << StringPrintf("%p: %s length:%d\n", obj, obj_class->PrettyDescriptor().c_str(), in DumpObject()
2197 mirror::Class::PrettyDescriptor(klass).c_str()) in DumpObject()
2202 PrintableString(obj->AsString()->ToModifiedUtf8().c_str()).c_str()); in DumpObject()
2204 os << StringPrintf("%p: %s\n", obj, obj_class->PrettyDescriptor().c_str()); in DumpObject()
2284 os << StringPrintf("%p %s\n", elem, msg.c_str()); in DumpObject()
2318 os << StringPrintf("%p %s\n", elem, msg.c_str()); in DumpObject()
2350 os << StringPrintf("%p %u %s\n", elem, pair.index, msg.c_str()); in DumpObject()
2682 descriptor.c_str(), sizes_and_count.second.bytes, in Dump()
2709 oat_dex_file_size.first.c_str(), oat_dex_file_size.second, in Dump()
3195 descriptor = DotToDescriptor(class_name.c_str()); in PrepareAndGetImTable()
3199 runtime->GetClassLinker()->FindClass(self, descriptor.c_str(), h_loader); in PrepareAndGetImTable()
3324 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod()
3337 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod()
3350 if (android::base::StartsWith(i_name, method.c_str())) { in DumpIMTForMethod()