Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DZipArchive.cpp111 ZipEntry zip_data; in Create() local
112 while ((result = Next(cookie, &zip_data, &zip_entry_name)) == 0) { in Create()
118 util::make_unique<ZipFile>(collection->handle_, zip_data, Source(nested_path)); in Create()