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

Method IsPlatformDexFile

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

Source from the content-addressed store, hash-verified

993 ALWAYS_INLINE const CompactDexFile* AsCompactDexFile() const;
994
995 ALWAYS_INLINE bool IsPlatformDexFile() const {
996 return is_platform_dex_;
997 }
998
999 ALWAYS_INLINE void SetIsPlatformDexFile() {
1000 is_platform_dex_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected