Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DApkAssets.cpp54 loaded_apk->zip_handle_.reset(unmanaged_handle); in LoadImpl()
58 result = ::FindEntry(loaded_apk->zip_handle_.get(), entry_name, &entry); in LoadImpl()
88 CHECK(zip_handle_ != nullptr); in Open()
92 int32_t result = ::FindEntry(zip_handle_.get(), name, &entry); in Open()
100 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset, in Open()
115 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset, in Open()
132 CHECK(zip_handle_ != nullptr); in ForEachFile()
141 if (::StartIteration(zip_handle_.get(), &cookie, &prefix, nullptr) != 0) { in ForEachFile()
/frameworks/base/tools/aapt2/io/
DZipArchive.cpp32 : zip_handle_(handle), zip_entry_(entry), source_(source) {} in ZipFile()
36 int fd = GetFileDescriptor(zip_handle_); in OpenAsData()
50 ExtractToMemory(zip_handle_, &zip_entry_, data.get(), in OpenAsData()
DZipArchive.h46 ZipArchiveHandle zip_handle_;
/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h64 ZipArchivePtr zip_handle_; variable