Searched refs:zip_handle_ (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | ApkAssets.cpp | 46 : 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/ |
D | ZipArchive.cpp | 34 : 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()
|
D | ZipArchive.h | 43 ::ZipArchiveHandle zip_handle_;
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ApkAssets.h | 104 ZipArchivePtr zip_handle_; variable
|