summaryrefslogtreecommitdiff
path: root/include/androidfw/ZipFileRO.h
diff options
context:
space:
mode:
author Yusuke Sato <yusukes@google.com> 2015-08-05 17:46:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-08-05 17:46:18 +0000
commita024acb8bab7e0e04f709fc9f927575f448e11db (patch)
tree76bdfa86e39f032e02413576702b5f76427ba44f /include/androidfw/ZipFileRO.h
parentbc04d3acba766c1440e2ab0763aa1352efcf54a8 (diff)
parent957c23775f46c26142bc6d4f9a592ac4586a9ef8 (diff)
Merge "Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files"
Diffstat (limited to 'include/androidfw/ZipFileRO.h')
-rw-r--r--include/androidfw/ZipFileRO.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/androidfw/ZipFileRO.h b/include/androidfw/ZipFileRO.h
index 1410d87f3e86..768034287afa 100644
--- a/include/androidfw/ZipFileRO.h
+++ b/include/androidfw/ZipFileRO.h
@@ -91,6 +91,7 @@ public:
* a matching call to endIteration with the same cookie.
*/
bool startIteration(void** cookie);
+ bool startIteration(void** cookie, const char* prefix, const char* suffix);
/**
* Return the next entry in iteration order, or NULL if there are no more