Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java56 public CppApkAssets(ZipArchiveHandle zip_handle_, String path_) { in CppApkAssets() argument
57 this.zip_handle_ = zip_handle_; in CppApkAssets()
83 ZipArchiveHandle zip_handle_; field in CppApkAssets
235 result = ZipFileRO.FindEntry(loaded_apk.zip_handle_, entry_name, entry); in LoadImpl_measured()
279 CHECK(zip_handle_ != null); in Open()
282 ZipFileRO zipFileRO = ZipFileRO.open(zip_handle_.zipFile.getName()); in Open()
334 CHECK(zip_handle_ != null); in ForEachFile()
343 Enumeration<? extends ZipEntry> entries = zip_handle_.zipFile.entries(); in ForEachFile()