Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DApkAssets.cpp46 : zip_handle_(unmanaged_handle, ::CloseArchive), path_(path), last_mod_time_(last_mod_time) { in ApkAssets()
132 result = ::FindEntry(loaded_apk->zip_handle_.get(), kResourcesArsc, &entry); in LoadImpl()
168 CHECK(zip_handle_ != nullptr); in Open()
171 int32_t result = ::FindEntry(zip_handle_.get(), path, &entry); in Open()
178 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset, in Open()
193 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset, in Open()
210 CHECK(zip_handle_ != nullptr); in ForEachFile()
218 if (::StartIteration(zip_handle_.get(), &cookie, root_path_full, "") != 0) { in ForEachFile()
/frameworks/base/tools/aapt2/io/
DZipArchive.cpp34 : zip_handle_(handle), zip_entry_(entry), source_(source) {} in ZipFile()
43 int fd = GetFileDescriptor(zip_handle_); in OpenAsData()
57 ExtractToMemory(zip_handle_, &zip_entry_, data.get(), in OpenAsData()
DZipArchive.h43 ::ZipArchiveHandle zip_handle_;
/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h104 ZipArchivePtr zip_handle_; variable