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

Method StringDataByIdx

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

Source from the content-addressed store, hash-verified

56}
57
58inline const char* DexFile::StringDataByIdx(dex::StringIndex idx) const {
59 uint32_t unicode_length;
60 return StringDataAndUtf16LengthByIdx(idx, &unicode_length);
61}
62
63inline const char* DexFile::StringByTypeIdx(dex::TypeIndex idx, uint32_t* unicode_length) const {
64 if (!idx.IsValid()) {

Callers 2

CheckLoadStringByIdxMethod · 0.80
DumpStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected