Searched refs:zip_entry_path (Results 1 – 1 of 1) sorted by relevance
133 std::string zip_entry_path; in Create() local135 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()