Searched refs:zip_handle_ (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/io/ |
D | ZipArchive.cpp | 32 : 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()
|
D | ZipArchive.h | 44 ::ZipArchiveHandle zip_handle_;
|
/frameworks/base/libs/androidfw/ |
D | AssetsProvider.cpp | 90 : 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/ |
D | AssetsProvider.h | 135 std::unique_ptr<ZipArchive, ZipCloser> zip_handle_; member
|