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.cpp126 std::string zip_entry_path; in Create() local
128 while ((result = Next(cookie, &zip_data, &zip_entry_path)) == 0) { in Create()
130 if (util::EndsWith(zip_entry_path, "/")) { in Create()
135 Source(zip_entry_path, path.to_string())); in Create()
136 collection->files_by_name_[zip_entry_path] = file.get(); in Create()