Searched refs:StartIteration (Results 1 - 5 of 5) sorted by relevance

/system/core/include/ziparchive/
H A Dzip_archive.h167 * calls to Next. All calls to StartIteration must be matched by a call to
175 int32_t StartIteration(ZipArchiveHandle handle, void** cookie_ptr,
189 * in StartIteration.
/system/extras/simpleperf/
H A Dgtest_main.cpp61 int ret = StartIteration(handle, &cookie, nullptr, nullptr);
H A Dread_apk.cpp72 if (StartIteration(handle, &iteration_cookie, nullptr, nullptr) < 0) {
/system/core/libziparchive/
H A Dzip_archive_test.cc120 ASSERT_EQ(0, StartIteration(handle, &iteration_cookie, nullptr, nullptr));
157 ASSERT_EQ(0, StartIteration(handle, &iteration_cookie, &prefix, nullptr));
186 ASSERT_EQ(0, StartIteration(handle, &iteration_cookie, nullptr, &suffix));
220 ASSERT_EQ(0, StartIteration(handle, &iteration_cookie, &prefix, &suffix));
250 ASSERT_EQ(0, StartIteration(handle, &iteration_cookie, &prefix, &suffix));
291 ASSERT_EQ(0, StartIteration(handle, &iteration_cookie, nullptr, nullptr));
H A Dzip_archive.cc680 int32_t StartIteration(ZipArchiveHandle handle, void** cookie_ptr, function

Completed in 157 milliseconds