Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DZipArchive.cpp32 : zip_handle_(handle), zip_entry_(entry), source_(source) { in ZipFile()
42 int fd = GetFileDescriptor(zip_handle_); in OpenAsData()
56 ExtractToMemory(zip_handle_, &zip_entry_, data.get(), in OpenAsData()
DZipArchive.h44 ::ZipArchiveHandle zip_handle_;
/frameworks/base/libs/androidfw/
DAssetsProvider.cpp90 : zip_handle_(handle), in ZipAssetsProvider()
164 if (FindEntry(zip_handle_.get(), path, &entry) != 0) { in OpenInternal()
172 const int fd = GetFileDescriptor(zip_handle_.get()); in OpenInternal()
173 const off64_t fd_offset = GetFileDescriptorOffset(zip_handle_.get()); in OpenInternal()
229 if (StartIteration(zip_handle_.get(), &cookie, root_path_full, "") != 0) { in ForEachFile()
268 if (FindEntry(zip_handle_.get(), path, &entry) != 0) { in GetCrc()
290 if (fstat(GetFileDescriptor(zip_handle_.get()), &sb) < 0) { in IsUpToDate()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetsProvider.h135 std::unique_ptr<ZipArchive, ZipCloser> zip_handle_; member