Home
last modified time | relevance | path

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

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