Searched refs:next_dex_file (Results 1 – 2 of 2) sorted by relevance
506 std::unique_ptr<const DexFile> next_dex_file(OpenOneDexFileFromZip(zip_archive, in OpenAllDexFilesFromZip() local513 if (next_dex_file.get() == nullptr) { in OpenAllDexFilesFromZip()519 dex_files->push_back(std::move(next_dex_file)); in OpenAllDexFilesFromZip()
529 std::unique_ptr<const DexFile> next_dex_file(OpenOneDexFileFromZip(zip_archive, in OpenAllDexFilesFromZip() local536 if (next_dex_file.get() == nullptr) { in OpenAllDexFilesFromZip()542 dex_files->push_back(std::move(next_dex_file)); in OpenAllDexFilesFromZip()