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

Method GetFieldName

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

Source from the content-addressed store, hash-verified

86}
87
88inline const char* DexFile::GetFieldName(const FieldId& field_id) const {
89 return StringDataByIdx(field_id.name_idx_);
90}
91
92inline const char* DexFile::GetMethodDeclaringClassDescriptor(const MethodId& method_id) const {
93 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected