MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / GetClassDescriptor

Method GetClassDescriptor

Bcore/src/main/cpp/dex/dex_file-inl.h:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122inline const char* DexFile::GetClassDescriptor(const ClassDef& class_def) const {
123 return StringByTypeIdx(class_def.class_idx_);
124}
125
126inline const char* DexFile::GetReturnTypeDescriptor(const ProtoId& proto_id) const {
127 return StringByTypeIdx(proto_id.return_type_idx_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected