Home
last modified time | relevance | path

Searched refs:IsDexContainerLastEntry (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_file_loader.cc427 if (dex_files->back()->IsDexContainerLastEntry()) { in Open()
583 if (dex_files->back()->IsDexContainerLastEntry()) { in OpenFromZipEntry()
Ddex_file_loader.h209 CHECK(dex_file == nullptr || dex_file->IsDexContainerLastEntry()) << location_; in Open()
Ddex_file.h307 bool IsDexContainerLastEntry() const { return End() == GetDexContainerRange().end(); } in IsDexContainerLastEntry() function