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

Method EnableWrite

Bcore/src/main/cpp/dex/dex_file_loader.cc:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 bool EnableWrite() OVERRIDE {
50 return false;
51 }
52
53 bool DisableWrite() OVERRIDE {
54 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected