Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DZipArchive.cpp133 std::string zip_entry_path; in Create() local
135 while ((result = Next(cookie, &zip_data, &zip_entry_path)) == 0) { in Create()
137 if (util::EndsWith(zip_entry_path, "/")) { in Create()
142 android::Source(zip_entry_path, path)); in Create()
143 collection->files_by_name_[zip_entry_path] = file.get(); in Create()