Home
last modified time | relevance | path

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

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