Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc307 std::unique_ptr<const DexFile> next_dex_file(Open(zip_archive, name.c_str(), fake_location, in OpenFromZip() local
309 if (next_dex_file.get() == nullptr) { in OpenFromZip()
315 dex_files->push_back(next_dex_file.release()); in OpenFromZip()