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

Method GetOatDexFile

Bcore/src/main/cpp/dex/dex_file.h:953–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951 }
952
953 const OatDexFile* GetOatDexFile() const {
954 return oat_dex_file_;
955 }
956
957 // Used by oat writer.
958 void SetOatDexFile(OatDexFile* oat_dex_file) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected