Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ DisableWrite
Method
DisableWrite
Bcore/src/main/cpp/dex/dex_file.cc:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool DexFile::DisableWrite() const {
92
CHECK(container_.get() != nullptr);
93
return container_->DisableWrite();
94
}
95
96
DexFile::DexFile(const uint8_t* base,
97
size_t size,
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected