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_loader.cc:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool DisableWrite() OVERRIDE {
54
return false;
55
}
56
57
private:
58
std::vector<uint8_t> vector_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected