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

Method GetStringData

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

Source from the content-addressed store, hash-verified

41}
42
43inline const char* DexFile::GetStringData(const StringId& string_id) const {
44 uint32_t ignored;
45 return GetStringDataAndUtf16Length(string_id, &ignored);
46}
47
48inline const char* DexFile::StringDataAndUtf16LengthByIdx(dex::StringIndex idx,
49 uint32_t* utf16_length) const {

Callers 3

CheckStaticFieldTypesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected