Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ DexFileContainer
Method
DexFileContainer
Bcore/src/main/cpp/dex/dex_file.h:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
class DexFileContainer {
51
public:
52
DexFileContainer() { }
53
virtual ~DexFileContainer() { }
54
virtual int GetPermissions() = 0;
55
virtual bool IsReadOnly() = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected