Searched refs:next_dex_file (Results 1 – 2 of 2) sorted by relevance
479 std::unique_ptr<const DexFile> next_dex_file(OpenOneDexFileFromZip(zip_archive, in OpenAllDexFilesFromZip() local486 if (next_dex_file.get() == nullptr) { in OpenAllDexFilesFromZip()492 dex_files->push_back(std::move(next_dex_file)); in OpenAllDexFilesFromZip()
511 std::unique_ptr<const DexFile> next_dex_file(OpenOneDexFileFromZip(zip_archive, in OpenAllDexFilesFromZip() local518 if (next_dex_file.get() == nullptr) { in OpenAllDexFilesFromZip()524 dex_files->push_back(std::move(next_dex_file)); in OpenAllDexFilesFromZip()