Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc782 const char* interface_name = type_item->GetStringId()->Data(); in DumpInterface() local
784 fprintf(out_file_, " #%d : '%s'\n", i, interface_name); in DumpInterface()
786 std::string dot(DescriptorToDotWrapper(interface_name)); in DumpInterface()