Lines Matching full:c_str
115 File* elf_file = OS::CreateEmptyFile(output_name_.c_str());
575 os << StringPrintf("location: %s\n", oat_dex_file.GetDexFileLocation().c_str());
694 std::unique_ptr<File> file(OS::CreateEmptyFile(out_dex_path.c_str()));
711 os << StringPrintf("Dex file exported at %s (%zd bytes)\n", out_dex_path.c_str(), fsize);
791 class_method_index, pretty_method.c_str(),
1080 << StringPrintf("\t| %s\n", instruction->DumpString(&dex_file).c_str());
1446 std::unique_ptr<File> file(OS::OpenFileForReading(image_filename.c_str()));
1543 os << StringPrintf("null %s\n", PrettyDescriptor(type).c_str());
1547 PrintableString(string->ToModifiedUtf8().c_str()).c_str());
1550 os << StringPrintf("%p Class: %s\n", klass, PrettyDescriptor(klass).c_str());
1552 os << StringPrintf("%p %s\n", value, PrettyDescriptor(type).c_str());
1590 os << StringPrintf("null %s\n", PrettyDescriptor(field->GetTypeDescriptor()).c_str());
1598 PrettyDescriptor(field->GetTypeDescriptor()).c_str());
1671 os << StringPrintf("%p: %s length:%d\n", obj, PrettyDescriptor(obj_class).c_str(),
1675 os << StringPrintf("%p: java.lang.Class \"%s\" (", obj, PrettyDescriptor(klass).c_str())
1679 PrintableString(obj->AsString()->ToModifiedUtf8().c_str()).c_str());
1681 os << StringPrintf("%p: %s\n", obj, PrettyDescriptor(obj_class).c_str());
1754 os << StringPrintf("%p %s\n", elem, msg.c_str());
1785 os << StringPrintf("%p %s\n", elem, msg.c_str());
2119 descriptor.c_str(), sizes_and_count.second.bytes,
2149 oat_dex_file_size.first.c_str(), oat_dex_file_size.second,
2199 fprintf(stderr, "Invalid image header %s\n", image_space->GetImageLocation().c_str());
2327 fprintf(stderr, "Failed to open oat file from '%s': %s\n", oat_filename, error_msg.c_str());
2349 fprintf(stderr, "Failed to open oat file from '%s': %s\n", oat_filename, error_msg.c_str());