Searched refs:zip_handle_ (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | ApkAssets.cpp | 43 : zip_handle_(unmanaged_handle, ::CloseArchive), path_(path) { in ApkAssets() 125 result = ::FindEntry(loaded_apk->zip_handle_.get(), entry_name, &entry); in LoadImpl() 161 CHECK(zip_handle_ != nullptr); in Open() 165 int32_t result = ::FindEntry(zip_handle_.get(), name, &entry); in Open() 172 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset, in Open() 187 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset, in Open() 204 CHECK(zip_handle_ != nullptr); in ForEachFile() 213 if (::StartIteration(zip_handle_.get(), &cookie, &prefix, nullptr) != 0) { in ForEachFile()
|
/frameworks/base/tools/aapt2/io/ |
D | ZipArchive.h | 43 ::ZipArchiveHandle zip_handle_;
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ApkAssets.h | 95 ZipArchivePtr zip_handle_; variable
|