Home
last modified time | relevance | path

Searched refs:is_platform_dex_ (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file.h996 return is_platform_dex_; in IsPlatformDexFile()
1000 is_platform_dex_ = true; in SetIsPlatformDexFile()
1106 bool is_platform_dex_; variable
Ddex_file.cc125 is_platform_dex_(false) { in DexFile()