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

Method Init

Bcore/src/main/cpp/dex/dex_file.cc:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool DexFile::Init(std::string* error_msg) {
144 if (!CheckMagicAndVersion(error_msg)) {
145 return false;
146 }
147 return true;
148}
149
150bool DexFile::CheckMagicAndVersion(std::string* error_msg) const {
151 if (!IsMagicValid()) {

Callers 1

OpenCommonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected