Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DZipFileRO.h123 base::expected<ZipEntryRO, int32_t> nextEntryOrError(void* cookie);
/frameworks/base/libs/androidfw/
DZipFileRO.cpp181 auto result = nextEntryOrError(cookie); in nextEntry()
188 base::expected<ZipEntryRO, int32_t> ZipFileRO::nextEntryOrError(void* cookie) { in nextEntryOrError() function in ZipFileRO
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp349 auto next = mZipFile->nextEntryOrError(mCookie); in next()